dbmopendbmopen % hash , dbname , mode
Binds a DBM file (
dbname
) to a hash (%
hash
).
dbname
is the name of the database without the
.dir
or
.pag
extension. If the database does not exist, and a valid
mode
is
specified, the database is created with the permissions specified by
mode
(as modified by the umask). To prevent creation of the database
if it doesn't exist, you may specify a
mode
of
Values assigned to the hash prior to the
This function is actually just a call to Copyright © 2001 O'Reilly & Associates. All rights reserved. |
|