filmo has asked for the wisdom of the Perl Monks concerning the following question:
But I'm interested in saving the state to a mySQL column instead of a flat file. How do I go about doing that. I'm sure it must be possible to open a filehandle as a variable instead of as a file, but I'm not sure how to do that. ( I don't want to write to a file and then have to read it back in order to get it into a variable.)$q->save(FILEHANDLE);
I've got the SQL down, just not clear on how to get the state into a variable.
Thanks in advance.
--
Filmo the Klown
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(crazyinsomniac) Re: Saving CGI state to mySQL
by crazyinsomniac (Prior) on Nov 30, 2001 at 12:46 UTC | |
|
Re: Saving CGI state to mySQL
by mitd (Curate) on Nov 30, 2001 at 12:56 UTC | |
|
Re: Saving CGI state to mySQL
by tachyon (Chancellor) on Nov 30, 2001 at 21:12 UTC |