On Tue, 26 Jun 2001, Philip Peeters wrote:

> I'm looking for the best way to store an array or hash in a file on disc,
> so it can be picked up by another cgi.

Check out the MLDBM module form CPAN.  It basically ties a hash to a DBM
file, and further allows you to store complex data structures to disk
(which things like DB_File can't do).  You can very easily implement
object persistance with this.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Genius, n.:
        A chemist who discovers a laundry additive that rhymes with "bright."

Reply via email to