The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Chess::Games::DotCom - API for accessing chessgames.com

SYNOPSIS

  shell> perl -MChess::Games::DotCom -e  game_of_day
  shell> perl -MChess::Games::DotCom -e 'game_of_day("myfile.pgn")'

ABSTRACT

Download games from chessgames.com.

API

game_of_day [ $filename ]

Downloads the game of the day. If $filename is not specified, then it downloads it to game_of_day.pgn.

EXPORT

game_of_day

TODO

Download other daily game parts of the site

RESOURCES

The Perl Chess Mailing List:

  http://www.yahoogroups.com/group/perl-chess

AUTHOR

T. M. Brannon, <tbone@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2003 by T. M. Brannon

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.