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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.22 crypt Chapter 3
Functions
Next: 3.2.24 dbmopen
 

3.2.23 dbmclose

dbmclose 

HASH

This function 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: 3.2.22 crypt Programming Perl Next: 3.2.24 dbmopen
3.2.22 crypt Book Index 3.2.24 dbmopen