Movatterモバイル変換


[0]ホーム

URL:


GDBM_File
(source,CPAN)
version 1.07
You are viewing the version of this documentation from Perl 5.8.4.View the latest version

CONTENTS

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

Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.

The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.


[8]ページ先頭

©2009-2025 Movatter.jp