in reply to Re: Re: Re: Perl DBM
in thread Perl DBM

Change this to
use MLDBM qw(DB_File Storable);
DB_File is far superior over SDBM_File, and Storable is faster than the default Data::Dumper.