blob: 7c53d9a346e22052f903e9d6e0d2275d61c35bc7 (
plain) (
tree)
|
|
Hash::Case is the base class for various classes which tie special
treatment for the casing of keys. Be aware of the differences in
implementation: Lower and Upper are tied native hashes: these hashes
have no need for hidden fields or other assisting data structured. A
case Preserve hash will actually create three hashes.
WWW: http://search.cpan.org/dist/Hash-Case/
|