http://www.perlmonks.org?node_id=638275


in reply to Weirdness when reading from DBM file

Have a look at MLDBM for storing stuctures in a DBM file. Basically you have to freeze/thaw the structures to store them in the DBM file and MLDBM makes it easy.

rdfield

  • Comment on Re: Weirdness when reading from DBM file

Replies are listed 'Best First'.
Re^2: Weirdness when reading from DBM file
by mojodaddy (Pilgrim) on Sep 12, 2007 at 00:05 UTC
    Basically you have to freeze/thaw the structures to store them in the DBM file

    (mojodaddy can't help smiling: to think he was actually trying to simplify his life... )

    Seriously, though, thanks for that. I'll check it out.