in reply to Re: Perl databasein thread Perl database
tie %hash, 'NDBM_File', '/some/path/databasefile', 1, 0; [download]