Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    print "Content-type: text/plain\n\n";
    print "PERL5LIB is $ENV{PERL5LIB}\n"
    -X $ENV{PERL5LIB} and print "Apache can read $ENV{PERL5LIB}\n";