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::Output - Primary interface to all output modules.

SYNOPSIS

 use Output::Output;

FUNCTIONS

show( $parsed_hand_history, $output_module );

DESCRIPTION

This module has a single function that decides which output module to use based on the value of the second parameter. Once the proper output module is determined, the parsed hand history data structure is passed to it. The show() function returns the output to the caller. An unknown output module results in an undefined return value.

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.