MAN page from Old RedHat 5.X perl-5.004-4.i386.rpm
NDBM_File
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.004, patch 04
Index NAME
NDBM_File - Tied access to ndbm files
SYNOPSIS
use NDBM_File;
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 byman2html,using the manual pages.