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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.155 Tie::Hash, Tie::StdHash Chapter 8
Standard Modules
Next: 8.157 Tie::Scalar, Tie::StdScalar
 

8.156 Tie::RefHash

Provides the ability to use references as hash keys after you've tied a hash variable to the module:

use Tie::RefHash;  tie 
hashvariable
, 'Tie::RefHash', 
list
; untie 
hashvariable
;
Uses the TIEHASH interface and provides the same methods.


Previous: 8.155 Tie::Hash, Tie::StdHash Perl in a Nutshell Next: 8.157 Tie::Scalar, Tie::StdScalar
8.155 Tie::Hash, Tie::StdHash Book Index 8.157 Tie::Scalar, Tie::StdScalar

Library Navigation Links

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