in reply to Re: Packing hashes or complex structures?
in thread Packing hashes or complex structures?

MLDBM is obsolete, use DBM::Deep instead. It allows direct access to arbitrarily-deeply nested structures, without having to pull huge chunks of the structure into memory first.
  • Comment on Re^2: Packing hashes or complex structures?

Replies are listed 'Best First'.
Re^3: Packing hashes or complex structures?
by Anonymous Monk on Mar 23, 2010 at 11:05 UTC
    MLDBM is obsolete, use DBM::Deep instead. It allows direct access to arbitrarily-deeply nested structures, without having to pull huge chunks of the structure into memory first.

    No thanks, i'd reather use Storable or SQLite