perl-Tie-RefHash/README.md
Troy Dawson ee31e2ce8c RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/perl-Tie-RefHash#eb6f8b5bab2343a35090279701fe8fb363181e29
2020-10-20 07:32:06 -07:00

322 B

perl-Tie-RefHash

This module provides the ability to use references as hash keys if you first "tie" the hash variable to this module. Normally, only the keys of the tied hash itself are preserved as references; to use references as keys in hashes-of-hashes, use Tie::RefHash::Nestable, included as part of Tie::RefHash.