in reply to Re: Perl database
in thread Perl database

I just realized my tie statement was wrong.
tie %hash, 'NDBM_File', '/some/path/databasefile', 1, 0;
Aaaaah, much better.