NAME BigDB_File

A class that ties a hash table to two DBM files so that there is no length problem.


SYNOPSIS

    use BigDB_File;
    tie %dbm, BigDB_File, $fileName, $mode;
    # Use the %dbm array.
    untie %dbm;


DESCRIPTION

BigDB_File is a module which allows a dbm database to have no length limitations.


TIEHASH

Ties the big dbm file.