Help for this page
my %votes; ... print $oh "$user,$votes{$user}\n"; } close $oh;
# From print VOTE $user[$count]."|".$vote[$count]; # To print VOTE $user[$count]."|".$vote[$count]."\n";