Subject: | Problem under CGI::Fast |
When CGI::Fast->new is called, $self->_reset_globals
also should be called.
That's why :
If CGI->new is called, it cause caching parameters with
$self->save_request. After that, new object created with
CGI::Fast->new will inherits old parameters in another request.
I think this is not only bug, but also the developper's fault.
But not so many CPAN authors care about CGI::Fast :(
Cheers,
Yuji Maeda