wget -c http://www.cpan.org/src/5.0/perl-5.24.1.tar.gz
tar -xzf perl-5.24.1.tar.gz
cd perl-5.24.1
./Configure -d -e -Dprefix="/usr" -Duseshrplib -Dusethreads
make # Doesn't mind -j#
make install