Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.154 Tie::HandleChapter 8
Standard Modules
Next: Reference: DESTROY
 

TIEHANDLE

TIEHANDLE classname, list

Constructor. This method is invoked by the command tie *glob, classname. Associates new glob instance with class classname. list represents any additional arguments needed to complete the association.


Previous: 8.154 Tie::HandlePerl in a NutshellNext: Reference: DESTROY
8.154 Tie::HandleBook IndexReference: DESTROY