The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.