Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL PREFIX=<mydir>
    make && make install
    
  2. or download this
    export PERL5LIB=$PERL5LIB:<mydir>/lib:<mydir>/lib/site_perl
    
    OR
    
    setenv PERL5LIB $PERL5LIB:<mydir>/lib:<mydir>/lib/site_perl
    
  3. or download this
    $ENV{PERL5LIB}=$ENV{PERL5LIB}::<mydir>/lib:<mydir>/lib/site_perl
    
    use Digest::MD5 ;