Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.155 Tie::Hash, Tie::StdHashChapter 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::StdHashPerl in a NutshellNext: Reference: CLEAR
8.155 Tie::Hash, Tie::StdHashBook IndexReference: CLEAR