The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Parse::HTTP::UserAgent::Base::Accessors

VERSION

version 0.42

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;

DESCRIPTION

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

NAME

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

ACCESSORS

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

device

dotnet

extras

generic

lang

mobile

mozilla

name

original_name

original_version

os

parser

robot

strength

tablet

touch

toolkit

unknown

version

wap

SEE ALSO

Parse::HTTP::UserAgent.

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.