in reply to
hash in SDBM_File
SDBM_File stores string values for string keys. To get hash in and then retrieve it, you'll need to serialize the hash.
Data::Dumper
is one way to serialize/deserialize.
Comment on
Re: hash in SDBM_File
Download
Code
In Section
Seekers of Perl Wisdom