Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: cryptChapter 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: cryptPerl in a NutshellNext: Reference: dbmopen
Reference: cryptBook IndexReference: dbmopen