my @sorted_keys = sort {$hash{$a} cmp $hash{$b}} keys %hash; print join ' ', @hash{@sorted_keys};