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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.155 Tie::Hash, Tie::StdHash Chapter 8
Standard Modules
Next: Reference: CLEAR
 

TIEHASH


TIEHASH 


ClassName

, 

list

Constructor. Associates a new hash instance with class ClassName . list is a list of additional arguments needed to complete the association.

tie %hash, 
ClassName
, 
list


Previous: 8.155 Tie::Hash, Tie::StdHash Perl in a Nutshell Next: Reference: CLEAR
8.155 Tie::Hash, Tie::StdHash Book Index Reference: CLEAR