Re: Quick Question-- prolly for Josh-

2002-09-05 Thread Josh Chamas
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

Re: Quick Question-- prolly for Josh-

2002-09-05 Thread Brat Wizard
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