my @sorted_phrases = sort { $b->{count} <=> $a->{count} } values %$strings;