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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.153 Tie::Array, Tie::StdArray Chapter 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::StdArray Perl in a Nutshell Next: Reference: CLEAR
8.153 Tie::Array, Tie::StdArray Book Index Reference: CLEAR

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.