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>

INSTALLATION

You must have the following installed:

1 URI
2 Bundle::LWP
3 HTML::Tree

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 206:

You forgot a '=back' before '=head1'