| Previous | Next
GDBM_FileAllows Perl programs to make use of the facilities provided by the GNU use GDBM_File; tie %hash, "GDBM_File", $filename, &GDBM_WRCREAT, 0644); # Read/writes of %hash are now read/writes of $filename untie %hash; |
| Previous | Next
GDBM_FileAllows Perl programs to make use of the facilities provided by the GNU use GDBM_File; tie %hash, "GDBM_File", $filename, &GDBM_WRCREAT, 0644); # Read/writes of %hash are now read/writes of $filename untie %hash; |