Output::Text - Output module for plain text format.


NAME

Output::Text - Output module for plain text format.


SYNOPSIS

 use Output::Text;

my $output = get_output( $parsed_hand_history );


DESCRIPTION

This module has a single function that returns the hand history in a plain text format.


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.