Provided by: libparse-http-useragent-perl_0.42-1_all bug

NAME

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

VERSION

       version 0.42

DESCRIPTION

       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 AND LICENSE

       This software is copyright (c) 2009 by Burak Gursoy.

       This is free software; you can redistribute it and/or modify it under the same terms as
       the Perl 5 programming language system itself.