Help for this page
gzip -d perl-5.14.2.tar.gz tar -xf perl-5.14.2.tar # This creates a new directory + perl-5.14.2 ... make test make install # This will install to /usr/op +t/perl_5_14_2 ln -s /usr/opt/perl_5_14_2/bin/perl /usr/local/bin/myperl
myperl -V # you can call it anything, but I recommend having perl + in the name