On Sat, 2004-04-03 at 10:20, Christopher Calzonetti wrote:
> HOWEVER, perl CGI scripts called by Apache, though the value of
> $ENV{PERL5LIB} is set correctly, STILL DO NOT HAVE the extra directories in
> @INC! Weird.
Are you running in taint mode?
If so all environment vars are thrown away.