or download this
Note : A player gets 1 point for each win, 0 points for a loss, and 0.
+5 points for a draw.
***********************************************
...
print $player{Karpov}[0], " ",$player{Karpov}[1], " ",$player{Karpov}[
+2]," ",$player{Karpov}[3],"\n";
print $player{Shirov}[0], " ",$player{Shirov}[1], " ",$player{Shirov}[
+2]," ",$player{Shirov}[3],"\n";
print $player{BlueJunior}[0], " ",$player{BlueJunior}[1], " ",$player{
+BlueJunior}[2]," ",$player{BlueJunior}[3],"\n"