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

NAME

Sites::PokerStars::Process - Primary interface for Poker Stars hand histories.

SYNOPSIS

 use Sites::PokerStars;

my ( $game, $full_game_name, $hilo_flag ) = process( $raw_hand_history );

DESCRIPTION

This module has a single function that is called using the raw hand history file as the sole parameter. The hand history is searched to determine the game name and whether the game is a high/low split game.

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.