Query: gdbm_file
OS: redhat
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GDBM_File(3pm) Perl Programmers Reference Guide GDBM_File(3pm)NAMEGDBM_File - Perl5 access to the gdbm library.SYNOPSISuse GDBM_File ; tie %hash, 'GDBM_File', $filename, &GDBM_WRCREAT, 0640; # Use the %hash array. untie %hash ;DESCRIPTIONGDBM_File is a module which allows Perl programs to make use of the facilities provided by the GNU gdbm library. If you intend to use this module you should really have a copy of the gdbm manualpage at hand. Most of the libgdbm.a functions are available through the GDBM_File interface.AVAILABILITYgdbm is available from any GNU archive. The master site is "ftp.gnu.org", but you are strongly urged to use one of the many mirrors. You can obtain a list of mirror sites from http://www.gnu.org/order/ftp.html.BUGSThe available functions and the gdbm/perl interface need to be documented. The GDBM error number and error message interface needs to be added.SEE ALSOperl(1), DB_File(3), perldbmfilter. perl v5.8.0 2002-06-01 GDBM_File(3pm)
Related Man Pages |
---|
anydbm_file(3pm) - suse |
perldbmfilter(1) - debian |
anydbm_file(3pm) - centos |
perldbmfilter5.12(1) - osx |
anydbm_file5.18(3pm) - mojave |
Similar Topics in the Unix Linux Community |
---|
Digest MD5 |
Binary Installation |