Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: apache2 passing PERL5LIB environment to cgi

by rowdog (Curate)
on Jun 15, 2010 at 18:29 UTC ( [id://844907]=note: print w/replies, xml ) Need Help??

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";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://844907]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-26 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found