I have converted a CGI.pm cgi-bin script to run in mod_perl as a
Registry. On multiple runs I seem to get old values of a param('var').
I have read the documents and understand I need to be careful with
global variables. Is there something I need to be aware of when I use
CGI.pm params? One thought, my code is written to use the CGI.pm
default object so that I do not have something like $q = new CGI; Could
this be the cuase?Thanks. Brian
