in reply to
Re: Re: Re: Perl DBM
in thread
Perl DBM
Change this to
use MLDBM qw(DB_File Storable);
[download]
DB_File is far superior over SDBM_File, and Storable is faster than the default Data::Dumper.
Comment on
Re: Re: Re: Re: Perl DBM
Download
Code
In Section
Seekers of Perl Wisdom