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;
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]