[EMAIL PROTECTED] wrote:
Hi All, Not a ASP question but is it possible to include PERL5LIB path in the script rather than PerlRequire (I cannot restart the apache or modify httpd.conf) of httpd.conf.Iam trying to use push(@INC,"Path:Path1"); but does'nt seem to work. Thanks
For compile time modification, try: <% use lib qw($path); %> If you load modules in the global.asa, you can put it here too, so you don't have to do it in all your scripts. Regards, Josh ________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checking http://www.nodeworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
