Jason Jolly wrote:
When I stop/start the server and run a script with the following code:
foreach $item (@INC) {
print ($item . "<br>");
}
I only get the output:
/usr/local/lib/perl5/5.8.0/sun4-solaris
/usr/local/lib/perl5/5.8.0
/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl
.
?? I can't seem to find any rhyme or reason why the directory "/usr/local/apache/require" isn't on the @INC array?

When do you run that script? And why do you have PerlFreshRestart on?


- Perrin

Reply via email to