in reply to Re: Re: DB_File, not saving
in thread DB_File, not saving

Then what do you suggest?

I suggest you use an array instead of a hash and tie to DB_file using the DB_RECNO file type.

-sauoq
"My two cents aren't worth a dime.";

Replies are listed 'Best First'.
Re: Re: Re: Re: DB_File, not saving
by diotalevi (Canon) on Jul 17, 2003 at 22:00 UTC

    Also good, DB_BTREE. The keys are always in sorted order.