in reply to Re: multipe @INC arrays?
in thread multipe @INC arrays?
This doesn’t look right,
when I do a
use Carp qw(cluck); cluck "This is how we got here!";
in an asp page that doesn’t need any pm files:
It is clearly not being called from the startup.pl script that has the use lib '/usr/local/webtools'; statement in it that gets executed when apache starts up right?
At the top of the stack there is just some:
eval {...} called at -e line 0
So how do you add a file to the @INC for those?
Surely you don’t have to add something like this
use lib '/usr/local/webtools';
in every asp file?
Brent Allsop
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: multipe @INC arrays?
by brent.allsop (Acolyte) on Sep 02, 2007 at 03:43 UTC |