Use references as hash keys
Go to file
Mohan Boddu 6d5b87f556 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 03:46:29 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-20 07:32:06 -07:00
perl-Tie-RefHash.spec - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 2021-04-16 03:46:29 +00:00
README.md RHEL 9.0.0 Alpha bootstrap 2020-10-20 07:32:06 -07:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-20 07:32:06 -07:00

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.