my @mips = sort { lc($a) cmp lc($b) } values %mips; [download]
In reply to Re: alphabetize a hash ignoring upper/lower cases by tstock in thread alphabetize a hash ignoring upper/lower cases by Evanovich