Help for this page

Select Code to Download


  1. or download this
    { choice => $choice_data, votes => $number_of_votes, ... }
    
  2. or download this
    my @sorted = sort { $a->{votes} <=> $b->{votes} } @unsorted;