Help for this page

Select Code to Download


  1. or download this
    $PREFIX/lib/perl5/5.8.2/some/long/module/name
    
  2. or download this
    $PREFIX/lib/some/long/module/name
    
  3. or download this
    # if PREFIX is set, set LIB too
    foreach my $arg (@ARGV) {
    ...
                    push @ARGV, "LIB=$1/lib";
            }
    }