in reply to Re^3: My local libs are not being used by my browser
in thread My local libs are not being used by my browser
I got it! I got it!
I had to go into apache2.conf (Debian's httpd.conf) and add the following line:
SetEnv PERL5LIB /home/me/perl5/lib/perl5After that, it was just adjusting a value in a script, and I can use local perl libs instead of touching root's libs. This gives me a win today!
|
|---|