http://qs321.pair.com?node_id=421868


in reply to Tying Complex Data Structures using dbmfilters

Perhaps DBM::Deep is the module you're looking for since it describes itself as A pure perl multi-level hash/array DBM, and rather conveniently has a tie interface.
HTH

_________
broquaint

  • Comment on Re: Tying Complex Data Structures using dbmfilters

Replies are listed 'Best First'.
Re^2: Tying Complex Data Structures using dbmfilters
by jgallagher (Pilgrim) on Jan 13, 2005 at 04:21 UTC
    That actually solves my problem perfectly; unfortunately installing CPAN modules is not an option. Fortunately this does not have to be extremely robust or speedy, just correct, and, if possible, easy to use (for my sake). :-)

      DBM::Deep is pure-Perl, so installation issues do not apply. You just need to copy the source somewhere accessible.

      Makeshifts last the longest.

        My apologies; I did not clearly state the issue. It's not for technical reasons that I cannot use CPAN modules; it's more of a political thing.