Re: Apache::ASP and @INC

2000-04-13 Thread Joshua Chamas
Global should be added to @INC, and its always worked for me. Are you sure that your .htaccess is being used? Set debugging to -2 and check out what the error_log says for one request. If global is set, but @INC is not, then we really have a problem. --Joshua "Mark T. Dame" wrote: "Mark T.

Apache::ASP and @INC

2000-04-11 Thread Mark T. Dame
Hello all. According to the docs for Apache::ASP (http://www.nodeworks.com/asp/config.html#Global), the Global directory and the IncludesDir directory will be added to @INC so you can 'use' and 'require' perl modules in these directories. This doesn't seem to be working for me. I have a simple

Re: Apache::ASP and @INC

2000-04-11 Thread Mark T. Dame
"Mark T. Dame" wrote: Hello all. According to the docs for Apache::ASP (http://www.nodeworks.com/asp/config.html#Global), the Global directory and the IncludesDir directory will be added to @INC so you can 'use' and 'require' perl modules in these directories. This doesn't seem to be