Help for this page

Select Code to Download


  1. or download this
    % perl Makefile.PL PREFIX=/home/pgrinber/perl_lib
    *** ExtUtils::AutoInstall version 0.59
    ...
    make: Fatal error: Command failed for target `subdirs'
    
    %
    
  2. or download this
    #if (PERL_REVISION == 5 && PERL_VERSION == 8 && PERL_SUBVERSION >= 1) 
    +|| \
        (PERL_REVISION == 5 && PERL_VERSION >= 9)
            /* 5.8.1 and later perl versions no longer copies fakeargv, si
    +gh */