The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Output::Diagrammer - Output module for HOH Diagrammer format

SYNOPSIS

 use Output::Diagrammer;

get_output

 my $output = get_output( $parsed_hand_history );

DESCRIPTION

This module has a single function that returns the hand history as a graphical representation in the style found in the Harrington On Hold'em books.

AUTHOR

Troy Denkinger (troy@pokergeek.com)

VERSION

Version 1.0

COPYRIGHT

Copyright (c) 2005 by Troy Denkinger, all rights reserved. This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.