| Chess-ICC documentation | view source | Contained in the Chess-ICC distribution. |
Chess::ICC - manipulate the Internet Chess Club from the command line.
use Chess::ICC; my @game = Chess::ICC->games(of => 'princepawn');
This is designed to allow one to pull one's game down in PGN format from the Internet Chess Club immediately via the command-line. This is a complimentary means of doing so. Other options are to have your games mailed to you (and wait on mail servers) or to do File/Save in your ICC interface program. This is another way.
This is not quite yet done. One more day of HTML::TreeBuilder hacking should do it.
None by default.
T. M. Brannon <tbone@cpan.org>
HTML::TreeBuilder, LWP;
| Chess-ICC documentation | view source | Contained in the Chess-ICC distribution. |