![]() |
![]()
| ![]() |
![]()
NAMEParse::HTTP::UserAgent::Base::Accessors VERSIONversion 0.43 SYNOPSISuse Parse::HTTP::UserAgent; my $ua = Parse::HTTP::UserAgent->new( $str ); die "Unable to parse!" if $ua->unknown; print $ua->name; print $ua->version; print $ua->os; DESCRIPTIONTher methods can be used to access the various parts of the parsed structure. NAMEParse::HTTP::UserAgent::Base::Accessors - Available accessors DEPRECATION NOTICEThis module is DEPRECATED. Please use HTTP::BrowserDetect instead. ACCESSORSThe parts of the parsed structure can be accessed using these methods: devicedotnetextrasgenericlangmobilemozillanameoriginal_nameoriginal_versionosparserrobotstrengthtablettouchtoolkitunknownversionwapSEE 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.
|