SDBM_File


NAME

SDBM_File - Tied access to sdbm files


SYNOPSIS

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

DESCRIPTION

See perlfunc