{ choice => $choice_data, votes => $number_of_votes, ... } #### my @sorted = sort { $a->{votes} <=> $b->{votes} } @unsorted;