Help for this page

Select Code to Download


  1. or download this
     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
    
  2. or download this
     myperl -V     # you can call it anything, but I recommend having perl
    + in the name