> Sounds good to me, but I have a question. If one does : > > > PerlSetINC /this/dir > > > > PerlSetINC /this/other/dir > > > Can I assume that it would: > > 1. Populate @INC on a per-request/per-location basis ? > 2. Allow for changes of @INC , like if the application code fiddles > with it, be guaranteed that whatever is specified by PerlSetINC > will be in @INC for every request? Yes. Plus you can PerlSetINC /common PerlAddINC /bar/lib PerlAddINC /foo/lib so the /common will be inherited from the top level scope. _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:stas@stason.org http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org