http://www.perlmonks.org?node_id=635839


in reply to Re: working under mod_cgi and mod_perl
in thread working under mod_cgi and mod_perl

On the other hand everywhere using lexical variables (my) can get you into even more subtle traps as they might get persisted through closures.
That's exactly my problem. I don't have 'global variables' flying around. Everything is done through methods. But I'm having a lot of troubles with forms and getting the correct values from $Q->params. Under Apache::PerlRun everything works OK, but not on Apache::Registry.