in reply to CGI.pm saving state to database
Depends a lot on what you're using CGI.pm for. If you're simply grabbing name/value pairs, you could grab all of them with $cgi->Vars() and dump them into the database that way. Saving cookies shouldn't be too difficult. File uploads are perhaps a bit harder.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
Note: All code is untested, unless otherwise stated
|
|---|