On Wed, 2006-05-10 at 14:41 -0400, Jonathan Vanasco wrote: > contents of the directories are: > > /webserver/sites/myApp/lib > myApp > sharedLib > > webserver/sites/myOtherApp/lib: > myOtherApp > sharedLib > > > based on what I'm seeing , i *think* that modperl is just doing this: > > load myApp > load sharedLib > load myOtherApp > -- discard sharedLib or load sharedLib over itself --
If you say "use Foo" twice, it will only load it the first time, even if you change @INC. Is that what you're asking? - Perrin