start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: crypt Chapter 5
Function Reference
Next: Reference: dbmopen
 

dbmclose

dbmclose %
hash

Breaks the binding between a DBM file and a hash.

This function is actually just a call to untie with the proper arguments, but is provided for backward compatibility with older versions of Perl.


Previous: Reference: crypt Perl in a Nutshell Next: Reference: dbmopen
Reference: crypt Book Index Reference: dbmopen