Output::Dump - Returns raw Data::Dumper output
use Output::Dump;
my $output = get_output( $parsed_hand_history );
blah
Very basic module that returns the parsed_hand_history data structure in it's most raw format.
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.