ODBMFile(3) ODBMFile(3)
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 the tie entry in the perlfunc manpage
Page 1