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

NAME

Sites::FullTilt::FlopGames - Parsing of flop games such as Hold'em and Omaha

SYNOPSIS

 use Sites::FullTilt::FlopGames;

my ( $parsed_hand ) = parse_hand( $history, $game, $game_display, $hilo_flag, $site, $parsing_regexes );

DESCRIPTION

This modules uses the regexes defined for a particular game type to retrieve information from the hand history and then return a data structure containing that information. This data structure is then suitable for processing into varous output formats.

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.