|
NAMEParse::HTTP::UserAgent::Base::Dumper VERSIONversion 0.43 DESCRIPTIONThe parsed structure can be dumped to a text table for debugging. NAMEParse::HTTP::UserAgent::Base::Dumper - Base class to dump parsed structure DEPRECATION NOTICEThis module is DEPRECATED. Please use HTTP::BrowserDetect instead. METHODSdumper my $ua = Parse::HTTP::UserAgent::Dumper->new( $string );
print $ua->dumper;
SEE ALSOParse::HTTP::UserAgent. AUTHORBurak Gursoy COPYRIGHT AND LICENSEThis 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.
|