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

NAME

Parse::HTTP::UserAgent::Base::Dumper - Base class to dump parsed structure

DESCRIPTION

This document describes version 0.35 of Parse::HTTP::UserAgent::Base::Dumper released on 14 May 2012.

The parsed structure can be dumped to a text table for debugging.

METHODS

dumper

    my $ua = Parse::HTTP::UserAgent::Dumper->new( $string );
    print $ua->dumper;

SEE ALSO

Parse::HTTP::UserAgent.

AUTHOR

Burak Gursoy <burak@cpan.org>.

COPYRIGHT

Copyright 2009 - 2012 Burak Gursoy. All rights reserved.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.3 or, at your option, any later version of Perl 5 you may have available.