|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: How can we compare two hashed with each other for case insensitive data?by wind (Priest) |
| on Jun 29, 2011 at 22:23 UTC ( #912055=note: print w/ replies, xml ) | Need Help?? |
|
If case really doesn't matter, then the best solution is to just initialize the values with lc. However, you can also set the values to lc after the fact as well:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||