home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


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.