Chess::ICC - manipulate the Internet Chess Club from the command line.


Chess-ICC documentation  | view source Contained in the Chess-ICC distribution.

Index


NAME

Top

Chess::ICC - manipulate the Internet Chess Club from the command line.

SYNOPSIS

Top

  use Chess::ICC;

  my @game = Chess::ICC->games(of => 'princepawn');




DESCRIPTION

Top

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

Top

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

SEE ALSO

Top

HTML::TreeBuilder, LWP;


Chess-ICC documentation  | view source Contained in the Chess-ICC distribution.