in reply to How to sort an array of hashes based on one of the values in the hash?
@AoH = sort { lc($a->{'Son'}) cmp lc($b->{'Son'}) } @AoH; [download]