my @sortierteSchluessel = sort { uc($a) cmp uc($b) } keys %myHash;