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


in reply to Re^3: Apache::Registry - shared variable?
in thread Apache::Registry - shared variable?

Our code is "not mod_perl safe", so we were told to use Registry to work around that.

Yup, Registry is used to run .cgi's under mod_perl but isn't a cure-all, it won't magically make sure you're using CGI.pm correctly or that you're Coping with Scoping -- see (this which you probably already saw) for some issue CGI to mod_perl Porting. mod_perl Coding guidelines and tweak your code