Anonymous Monk
has asked for the wisdom of the Perl Monks concerning the following question:
I have a hash of hashes, I only want to store all my information on a database DBM, can someone help me?
Comment on
hash of hashes stored in a database (DBM)
Replies are listed 'Best First'.
Re: hash of hashes stored in a database (DBM)
by
anithri
(Beadle)
on Feb 17, 2000 at 22:15 UTC
Look at MLDBM from CPAN.
[reply]
Back to
Seekers of Perl Wisdom