in reply to Re^3: Restoring CGI.pm object
in thread Restoring CGI.pm object
I will have to use some other way, don't really want to trash my own ENV with values from a previous request.
Think I will just store a hash of all the ENV values in the original request then, and restore that hash, don't need the $cgi object in that case, since all it does for me is break up the params .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Restoring CGI.pm object
by jettero (Monsignor) on Oct 27, 2008 at 19:43 UTC |