logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Accessors

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

   devicedotnetextrasgenericlangmobilemozillanameoriginal_nameoriginal_versionosparserrobotstrengthtablettouchtoolkitunknownversionwap

Author

       Burak Gursoy

Deprecation Notice

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

Description

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

Name

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

See Also

       Parse::HTTP::UserAgent.

Synopsis

          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;

Version

       version 0.43

See Also