Michael Drons wrote:
> I am using Apache::Registry (Apache 1.3.26) I am see
> weird things happen with my scripts.  I have have "use
> strict" in all of the scripts and I use my() for all
> of my variables.  But I still have variables that
> contain data from previous loads.

Sounds like the closure problem with subroutines in Apache::Registry. 
Does you code have subroutines that refer to variables declared outside 
of them?

> Everything I can find in docs says read the FAQ at 
> http://perl.apache.org/faq/, which does not exists.

Read this:
http://perl.apache.org/docs/general/perl_reference/perl_reference.html#my___Scoped_Variable_in_Nested_Subroutines

- Perrin

Reply via email to