Help for this page

Select Code to Download


  1. or download this
    { alligator => 100, bear => 90, cat => 80, ... jellyfish => 10 }
    total_votes = 550
    
  2. or download this
    #!/usr/bin/env perl
    use 5.010;
    ...
    sub unpopular {
        return '?';
    }