I've been having problems with use lib. I read the
extract at http://perl.apache.org/docs/1.0/guide/porting.html#_INC_and_mod_perl and
realised that you can hardcode @INC via httpd.conf or startup.pl. however, i
tried adding PerlSetEnv PERL5LIB to a .htaccess file but that doesn't seem to
work!?
Is there someway to isolate the paths to specific
virtualhosts or directories? I tried adding it within a directory command in
httpd.conf but it didn't seem to work.
Am I going about this in the right
way?
Pierre
|
- Re: @INC + use Lib Pierre Smolarek
- Re: @INC + use Lib Stas Bekman