Help for this page

Select Code to Download


  1. or download this
    chomp( $record );
    my ($name, $votes) = split("\t", $record);
    substr($name, 0, 10);