Приглашаем посетить
Грин (grin.lit-info.ru)

[Chapter 8] 8.156 Tie::RefHash

PreviousChapter 8
Standard Modules
Next
 

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.


PreviousHomeNext
8.155 Tie::Hash, Tie::StdHashBook Index8.157 Tie::Scalar, Tie::StdScalar