NAME
Parse::HTTP::UserAgent::Base::Accessors - Available accessors
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
This document describes version 0.40_01
of Parse::HTTP::UserAgent::Base::Accessors
released on 20 January 2014
.
WARNING: This version of the module is part of a developer (beta) release of the distribution and it is not suitable for production use. Ther methods can be used to access the various parts of the parsed structure.
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
AUTHOR
Burak Gursoy <burak@cpan.org>.
COPYRIGHT
Copyright 2009 - 2014 Burak Gursoy. All rights reserved.
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16.2 or, at your option, any later version of Perl 5 you may have available.