Sites::Common - Data elements common to all poker sites
use Sites::Common;
=head2 rounds( $game_type );
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.
Troy Denkinger (troy@pokergeek.com)
Version 1.0
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.