nate has asked for the wisdom of the Perl Monks concerning the following question:
Is there any way (besides going linearly through all keys) to
find a key case-insensitively in a hash?
i.e. If I have $FOO{bAr}, I would like to find it with "bar", "baR", etc.