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