Mod_Perl loads an entire script into memory, which is why you *don't* want variables shared; this is why mod_perl makes you decalre the scope of your variables so carefully. If you are after disabling mod_perl for a specific script or directory, then you'll be able to do it. As far as variables go you're out of luck.
Have a look at http://perl.apache.org/guide/ Well written and will hopefully clarify questions you may have. Matt --- Agustin Rivera <[EMAIL PROTECTED]> wrote: > I am under the idea that modperl recycles as many variables as possible to > speed up script processing. I don't want it to recycle variables in some > scripts (in particular, ones I haven't written and have no desire to debug). > > Thanks, > Agustin Rivera > Webmaster, Pollstar.com > http://www.pollstar.com > > > > ----- Original Message ----- > From: "Daniel Gardner" <[EMAIL PROTECTED]> > To: "Agustin Rivera" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, December 07, 2001 3:38 PM > Subject: Re: Disable ModPerl > > > > Friday, December 07, 2001, 11:29:15 PM, Agustin Rivera wrote: > > > Is there a quick, simple command I can use to disable Modperl on all > > > variables in script, without having to qw' then all? > > > > > > what do you mean when you say "disable modperl"? > > > > > > > > -- > > Best regards, Daniel > > > > Democracy: Two wolves and a sheep voting to decide what's for dinner. > > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]