in reply to Re: NDBM problem (you're using NDBM)
in thread NDBM problem

Thank you very much for your reply. I'll do as suggested by AnyDBM_File and reorder the preferences so NDBM does not get used unless no other choice available and delete the originally created db
BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File) } use AnyDBM_File;