I am using cgi.pm for the first time. I want to save() the request object to a file and use new CGI($saved) to create a copy when I need to (in a later http request).
The problem is that the save() only saves the state of the request params, not the env variables. I want things like remote_addr(), remote_host() and remote_user() to work on the restored object.
What is the most efficient way of doing this, is there something that already does it, or do I have to do it for myself.
Thanks
In reply to Restoring CGI.pm object by Haloric
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |