ODBM_File - Tied access to odbm files


NAME

ODBM_File - Tied access to odbm files


SUPPORTED PLATFORMS


SYNOPSIS

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


DESCRIPTION

See tie in the perlfunc manpage, the perldbmfilter manpage

 ODBM_File - Tied access to odbm files