Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.153 Tie::Array, Tie::StdArrayChapter 8
Standard Modules
Next: Reference: CLEAR
 

TIEARRAY

TIEARRAY classname, list

Constructor. This method is invoked by the command tie @array, classname. Associates an array instance with the specified class. list represents additional arguments needed to complete the association. Should return an object of a class that provides the remaining methods.


Previous: 8.153 Tie::Array, Tie::StdArrayPerl in a NutshellNext: Reference: CLEAR
8.153 Tie::Array, Tie::StdArrayBook IndexReference: CLEAR