Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL PREFIX=~/private_modules
    make
    make test
    make install
    
  2. or download this
    use lib "~/my_private_modules_first";
    
    print join ":", @INC;