-
-
20 Nov 2017 13:18:58 UTC
- Distribution: Parse-HTTP-UserAgent
- Module version: 0.42
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (778 / 2 / 23)
- Kwalitee
Bus factor: 1- 83.85% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (59.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Parse::HTTP::UserAgent::Base::Dumper
VERSION
version 0.42
DESCRIPTION
The parsed structure can be dumped to a text table for debugging.
NAME
Parse::HTTP::UserAgent::Base::Dumper - Base class to dump parsed structure
METHODS
dumper
my $ua = Parse::HTTP::UserAgent::Dumper->new( $string ); print $ua->dumper;
SEE ALSO
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.
Module Install Instructions
To install Parse::HTTP::UserAgent, copy and paste the appropriate command in to your terminal.
cpanm Parse::HTTP::UserAgent
perl -MCPAN -e shell install Parse::HTTP::UserAgent
For more information on module installation, please visit the detailed CPAN module installation guide.