Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL PREFIX=~ LIB=~/lib/perl5
    make
    make test
    make install
    
  2. or download this
    use lib "$ENV{HOME}/lib/perl5/";
    
  3. or download this
    export PERL5LIB=~/lib/perl5