GDBM_File

GDBM_File package allows Perl5 access to the gdbm library.
Download

GDBM_File Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • GDBM_File team
  • Publisher web site:
  • http://search.cpan.org/~tty/kurila-0_02/ext/GDBM_File/GDBM_File.pm

GDBM_File Tags


GDBM_File Description

GDBM_File package allows Perl5 access to the gdbm library. GDBM_File package allows Perl5 access to the gdbm library.SYNOPSIS use GDBM_File ; tie %hash, 'GDBM_File', $filename, &GDBM_WRCREAT, 0640; # Use the %hash array. untie %hash ;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. Requirements: · Perl


GDBM_File Related Software