Help for this page

Select Code to Download


  1. or download this
    export PERL5LIB=/home/mysite/perl-lib
    
  2. or download this
    
    $CPAN::Config = {
    ...
    };
    1;
    __END__
    
  3. or download this
    [mysite@myserver]$ PREFIX=/home/mysite/perl-lib perl -MCPAN -e shell
    
    ...
      /usr/bin/make test -- NOT OK
    Running make install
      make test had returned bad status, won't install without force