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.