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

NAME

Sites::Sites - Primary interface for determining what site a hand history is from

SYNOPSIS

 use Sites::Sites;

my ( $parsed_hand_history ) = process_hand( $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 site it came from. The hand is then parsed using the appropriate parser and the parsed hand data is returned to the calling program. The data put from this module is reading for input to the Output::Output.pm module.

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.