NAME
Chess::Mbox - write mbox files with chess games into them onto disk
SYNOPSIS
use Chess::Mbox;
Chess::Mbox->Parse (mmbox => $M, output_dir => $O);
DESCRIPTION
This was a script lying on my disk that I thought would be useful to others. It simply takes a Unix mbox file and assumes each message is a chess game and writes to a directory with first directory == white and directory below that == black and the file name == date + time of match... after all you will have many rematches with a certain person. :)
EXPORT
None by default.
AUTHOR
T. M. Brannon <tbone@cpan.org>