NAME
Chess::ICC - manipulate the Internet Chess Club from the command line.
SYNOPSIS
use Chess::ICC;
my @game = Chess::ICC->games(of => 'princepawn');
DESCRIPTION
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.
EXPORT
None by default.
AUTHOR
T. M. Brannon <tbone@cpan.org>
SEE ALSO
HTML::TreeBuilder, LWP;