Added the README
This commit is contained in:
commit
daaf685d45
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# 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.
|
||||
Loading…
Reference in New Issue
Block a user