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

NAME

Sites::Common - Data elements common to all poker sites

SYNOPSIS

 use Sites::Common;

FUNCTIONS

position_names( $game_type, $player_count );

rounds( $game_type );

DESCRIPTION

This module has two functions that return general information about the poker games handled by the parsers. The name_positions function takes a game type and the number of players and returns the abbreviated names for each position. The rounds function takes a game type and returns the common names of each betting round for that game. Both functions return array references containing the requested data.

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.