Perl Cd Bookshelf [Electronic resources]

نسخه متنی -صفحه : 875/ 268
نمايش فراداده

8.220. 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.


8.219. Tie::Memoize 8.221. Tie::Scalar


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