Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

GDBM_File

Name GDBM_File
Version 1.15
Located at /usr/lib64/perl5
File /usr/lib64/perl5/GDBM_File.pm
Is Core Yes
Search CPAN for this module GDBM_File
Documentation GDBM_File
Module Details GDBM_File

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 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.


AVAILABILITY

gdbm 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.


BUGS

The available functions and the gdbm/perl interface need to be documented.

The GDBM error number and error message interface needs to be added.


SEE ALSO

perl(1), DB_File(3), perldbmfilter.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024