On Thu, 2005-10-06 at 11:53 -0400, Jim Albert wrote: > Besides the fact that if I choose > the scripts to run mod_cgi perhaps in a non mod_perl environment, > then > they are all set to go.
This is true with Registry scripts as well. > I thought this was safer than calling CGI::initiliaze_globals I don't think it is. Guessing at which ones need to be cleared sounds less safe to me. I have successfully used the CGI::initialize_globals workaround when needing to support CGI.pm with subrequests, and I recommend that you use it if you want to stick with CGI.pm. Ultimately, you're better off abandoning CGI.pm for something else. There are alternatives with an identical API if all you need is parameter parsing. - Perrin