Use references as hash keys
Go to file
Fedora Release Engineering b1d8a07456 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 05:31:32 +00:00
.gitignore Import 2020-10-14 15:45:36 +02:00
perl-Tie-RefHash.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild 2021-01-27 05:31:32 +00:00
README.md Added the README 2020-10-14 13:25:51 +00:00
sources Import 2020-10-14 15:45:36 +02: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.