DOKK / manpages / debian 13 / libparse-http-useragent-perl / Parse::HTTP::UserAgent::Base::Accessors.3pm.en
Parse::HTTP::UserAgent::Base::Accessors(3pm) User Contributed Perl Documentation Parse::HTTP::UserAgent::Base::Accessors(3pm)

Parse::HTTP::UserAgent::Base::Accessors - Available accessors

version 0.43

   use 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;

Ther methods can be used to access the various parts of the parsed structure.

This module is DEPRECATED. Please use HTTP::BrowserDetect instead.

The parts of the parsed structure can be accessed using these methods:

Parse::HTTP::UserAgent.

Burak Gursoy

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.

2025-05-16 perl v5.40.1