From dev-return-2032-apmail-perl-dev-archive=perl.apache.org@perl.apache.org Tue Nov 20 07:52:59 2001 Return-Path: Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 58721 invoked by uid 500); 20 Nov 2001 07:52:58 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 58703 invoked from network); 20 Nov 2001 07:52:57 -0000 Message-ID: <3BFA0BDB.3000208@stason.org> Date: Tue, 20 Nov 2001 15:52:59 +0800 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012 X-Accept-Language: en-us MIME-Version: 1.0 To: "Philippe M. Chiasson" Cc: "modperl-2.0 dev-list" Subject: Re: [patch] PerlINC implementation References: <3BF9F6BE.9060105@stason.org> <20011120144807.A18291@eXtropia.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > 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