Hash::Case 1.005
CLASS HIERARCHYHash::Caseis a Tie::StdHashis a Tie::HashSYNOPSISuse Hash::Case::Lower;tie my(%lchash), ‘Hash::Case::Lower’;$lchash{StraNGeKeY} = 3;print keys %lchash; # strangekeyHash::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 [...]