in reply to Super-Portable DB_File Solution

SDBM comes with Perl, and should be present on any Perl installation.

Replies are listed 'Best First'.
Re^2: Super-Portable DB_File Solution
by rokadave (Sexton) on Dec 11, 2007 at 23:52 UTC
    Thanks! That looks like it's just the ticket.

    Annoying how google didn't know what I was looking for when I searched for portable perl db_file.

      Well, the generic term is usually dbm. You may also commonly find gdbm, which has fewer size limitations than sdbm, but it sounds like that's not an issue for you.