X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=opening-stats.pl;h=def0f8f67fb40626b1928f0e6ff189ee25366974;hb=74f1261e4067cbc1b743b329ed2d419aee735cbf;hp=581a0e26baa43f23f0a2c058e6ba88bb2561d5a4;hpb=1067590eb03c8571f6e4aafc215b71bcb7a71001;p=remoteglot-book diff --git a/opening-stats.pl b/opening-stats.pl index 581a0e2..def0f8f 100755 --- a/opening-stats.pl +++ b/opening-stats.pl @@ -24,7 +24,7 @@ print $line, "\n"; chomp ($line = <$chld_out>); # Actual stats. print $line, "\n"; -my ($white, $draw, $black, $opening_num, $white_avg_elo, $black_avg_elo, $num_elo, $timestamp, $pgn_file_number, $pgn_start_position, @moves) = split / /, $line; +my ($white, $draw, $black, $computer, $opening_num, $white_avg_elo, $black_avg_elo, $num_elo, $timestamp, $pgn_file_number, $pgn_start_position, @moves) = split / /, $line; # Explore one move out. for my $move (@moves) {