in reply to Re: apache2 passing PERL5LIB environment to cgi
in thread apache2 passing PERL5LIB environment to cgi
I have a little test script that use the module
#!/usr/bin/perl -w
use lib "$ENV{HOME}/lib/perl5";
use Unicode::String qw(utf8 latin1 utf16be);
If I have "export PERL5LIB=~/lib/perl5" it works, and with commented out it does not work.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: apache2 passing PERL5LIB environment to cgi
by ikegami (Patriarch) on Jun 14, 2010 at 20:05 UTC | |
|
Re^3: apache2 passing PERL5LIB environment to cgi
by AndyZaft (Hermit) on Jun 14, 2010 at 20:11 UTC | |
by Anonymous Monk on Jun 15, 2010 at 07:42 UTC | |
by AndyZaft (Hermit) on Jun 15, 2010 at 13:41 UTC |