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

NAME

Output::Dump - Returns raw Data::Dumper output

SYNOPSIS

 use Output::Dump;

 my $output = get_output( $parsed_hand_history );

FUNCTIONS

get_output( [hand history data structure] );

    blah

DESCRIPTION

Very basic module that returns the parsed_hand_history data structure in it's most raw format.

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.