Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.153 Tie::Array, Tie::StdArrayChapter 8
Standard Modules
Next: 8.155 Tie::Hash, Tie::StdHash
 

8.154 Tie::Handle

Provides skeletal methods for handle-tying classes. Tie::Handle provides a new method as backup in case a class has no TIEHANDLE method. See the perltie manpage for more detailed information and for examples. To write your own tied-handle classes, use the following methods:


Previous: 8.153 Tie::Array, Tie::StdArrayPerl in a NutshellNext: 8.155 Tie::Hash, Tie::StdHash
8.153 Tie::Array, Tie::StdArrayBook Index8.155 Tie::Hash, Tie::StdHash