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
"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
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