in reply to
Re: Re: Perl DBM
in thread
Perl DBM
You could just use defined() in this case, but exists() does work on most dbm implementations. Instead of SDBM_File, try DB_File, GDBM_File, or NDBM_File.
Comment on
Re: Re: Re: Perl DBM
In Section
Seekers of Perl Wisdom