MAN page from Old RedHat 5.X perl-5.004-4.i386.rpm
GDBM_File
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.004, patch 04
Index NAME
GDBM_File - Perl5 access to the gdbm library.
SYNOPSIS
use GDBM_File ; tie %hash, 'GDBM_File', $filename, &GDBM_WRCREAT, 0640); # Use the %hash array. untie %hash ;
DESCRIPTION
GDBM_File is a module which allows Perl programs to make use of thefacilities provided by the GNU gdbm library. If you intend to use thismodule you should really have a copy of the gdbm manualpage at hand.
Most of the libgdbm.a functions are available through the GDBM_Fileinterface.
AVAILABILITY
Gdbm is available from any GNU archive. The master site is
prep.ai.mit.edu, but your are strongly urged to use one of the manymirrors. You can obtain a list of mirror sites by issuing thecommand
finger fsfAATTprep.ai.mit.edu.
BUGS
The available functions and the gdbm/perl interface need to be documented.
SEE ALSO
the
perl(1) manpage, the
DB_File(3) manpage.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- AVAILABILITY
- BUGS
- SEE ALSO
This document was created byman2html,using the manual pages.