Help for this page

Select Code to Download


  1. or download this
    my %votes;
    
    ...
        print $oh "$user,$votes{$user}\n";
    }
    close $oh;
    
  2. or download this
    # From
    print VOTE $user[$count]."|".$vote[$count];
    
    # To
    print VOTE $user[$count]."|".$vote[$count]."\n";