my %counts = %{ $self->{_counts} }; my @sorted_keys = sort { $counts{$a} <=> $counts{$b} } keys %counts;