SDBM_File - Tied access to sdbm files


NAME

SDBM_File - Tied access to sdbm files


SUPPORTED PLATFORMS


SYNOPSIS

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


DESCRIPTION

See tie in the perlfunc manpage, the perldbmfilter manpage

 SDBM_File - Tied access to sdbm files