NDBM_File
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.005, patch 02
Index
Return to Main Contents
NAME
NDBM_File - Tied access to ndbm files
SYNOPSIS
use NDBM_File;
use Fcntl; # for O_ constants
tie(%h, 'NDBM_File', 'Op.dbmx', O_RDWR|O_CREAT, 0640);
untie %h;
DESCRIPTION
See the tie entry in the perlfunc manpage
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 15:39:54 GMT, July 31, 2024