On Wed, 2004-02-18 at 16:56, Morbus Iff wrote: > In an attempt to disprove my sanity, I did a quick swap out of > Apache::Registry for Apache::PerlRun, expecting that a good portion > of my problems [1] would go away. Oddly, they didn't. In fact, there > seemed to be no difference whatsoever. Can I learn anything from this?
You can learn that you don't have a problem with globals that are in the current script's name space and not declared explicitly in any package. You may still have problems with globals in other packages, or closures. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html