On Tue, 18 Apr 2000 [EMAIL PROTECTED] wrote:

> Go out of scope, yes.  Destroyed, no.  Want to test?  No problem.  Do
> the following in a perl script.
> 
> my($funnything);
> print"Value of funnything is $funnything";
> $funnything="Uh oh... check this out";

This only happens with Apache::Registry and is documented in the
guide.  If you were to do that inside a handler it would work just
fine.  The Apache::Registry problem is a side effect of the magic that
goes into making it work, but is not surprising and is the expected
behavior.

If performance and memory are a concern you should probably prefer
handlers anyway.


-dave

/*==================
www.urth.org
We await the New Sun
==================*/

Reply via email to