Hi there,

On Tue, 16 Dec 2003, Chris Ochs wrote:

> If I declare some package globals with use vars(), will the values be
> persistant in mod_perl, or will they go undefined after the code is done
> executing?

They are global, so they persist until the death of the interpreter
which executed those statements - in mod_perl version 1, that means
when a mod_perl Apache child dies.

Globals can be a pain in mod_perl.

73,
Ged.



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to