Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL PREFIX=~/perl LIB=~/perl/lib
    make
    make test
    make install
    
  2. or download this
    perl Build.PL install_base=~/perl
    ./Build
    ./Build test
    ./Build install