Or maybe Hash::Case might work for you (haven't tested it, but it seems like it might do what you want).$h{lc($key)} = $value; #.... print $h{lc($newkey)};
updated: fixed typo.
In reply to Re: Hash Keys case independent
by Joost
in thread Hash Keys case independent
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |