my @sorted_keys_by_value = sort { $unsorted_hash{$a} cmp $unsorted_hash{$b} } keys %unsorted_hash;