Dan Horne wrote: > Hmm, I had a similar problem while back, where previous GET and POST data > would seem to reappear. Upgrading CGI (and hence CGI::Fast) made it go away > for me...
The box I'm using was built recently and I made sure to update used modules, so that should not be an issue. Here is the version if on related modules: # perl -MCGI -e 'print $CGI::VERSION, "\n"' 3.25 # perl -MCGI::Fast -e 'print $CGI::Fast::VERSION, "\n"' 1.07 # perl -MFCGI -e 'print $FCGI::VERSION, "\n"' 0.67 # perl -MCGI::Application -e 'print $CGI::Application::VERSION, "\n"' 4.06 # perl -MCGI::Application::Dispatch -e 'print $CGI::Application::Dispatch::VERSION, "\n"' 2.03 I don't think it matters but the OS I'm using is OpenBSD 3.9. -- David Steinbrunner --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
