NAME

ODBM_File - Tied access to odbm files

SYNOPSIS

 use ODBM_File;

 tie(%h, 'ODBM_File', 'Op.dbmx', O_RDWR|O_CREAT, 0640);

 untie %h;

DESCRIPTION

See "tie" in perlfunc