X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=opening-stats.pl;h=27cdee0a257de70d5a48e27a061204dfb1e7bfa2;hb=fc7cab1217dc904a888240e577f4da5001cf4bdb;hp=a90ca0b543535c86c7caf1e07ede2ccda37c5e79;hpb=55481cd69d21b31bfdcc6e33853ea475ed16f622;p=remoteglot-book diff --git a/opening-stats.pl b/opening-stats.pl index a90ca0b..27cdee0 100755 --- a/opening-stats.pl +++ b/opening-stats.pl @@ -21,7 +21,7 @@ my $line = <$chld_out>; print $line; chomp $line; -my ($white, $draw, $black, $opening_num, $white_avg_elo, $black_avg_elo, $num_elo, $timestamp, $pgn_start_position, @moves) = split / /, $line; +my ($white, $draw, $black, $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) {