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

Sites::Common::FlopGames - functions common to all flop games

SYNOPSIS

 use Sites::Common::FlopGames;

FUNCTIONS

get_bets( $metadata, $regex );

get_posts( $history, $metadata, $regex );

name_positions( $metadata );

DESCRIPTION

Regardless of online site, there are functions specific to all flop games, and those are encompassed in this package. These are functions that operate on the already parsed hand histories, so the data given to each function is the same regardless of the format of the original hand history.

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.