in reply to
Re: Caching a hash?
in thread
Caching a hash?
Both
Data::Dumper
and
DB_File
are standard Perl modules. I'd also recommend taking a look at
Storable
(also standard).
Comment on
Re^2: Caching a hash?
In Section
Seekers of Perl Wisdom