Brat Wizard wrote:
> Hmm- looks like the answer is this-- perl maintains one @INC array per perl
> interpreter invocation, which normally is sufficient because each program run
> will load its own copy of the interpreter. However, under Apache/Mod_Perl,
> only one copy of the interpreter is run
Hmm- looks like the answer is this-- perl maintains one @INC array per perl
interpreter invocation, which normally is sufficient because each program run
will load its own copy of the interpreter. However, under Apache/Mod_Perl,
only one copy of the interpreter is running, and so each local pa