Help for this page

Select Code to Download


  1. or download this
    use lib "/user/comp/name/lib";
    
  2. or download this
    perl Makefile.PL PREFIX=/some/dir LIB=/some/dir/lib/perl5
    
  3. or download this
    perl Makefile.PL INSTALL_BASE=/some/dir
    
  4. or download this
    perl Makefile.PL INSTALL_BASE=~