my @key_sorted = sort keys %hash; #or my @val_sorted = sort {$hash{$a} cmp $hash{$b}} keys %hash;