NAME
WWW::UserAgent::Random - Perl extension to generate random User Agent
SYNOPSIS
use WWW-UserAgent-Random;
my $user_agent = rand_ua("macintosh");
DESCRIPTION
WWW::UserAgent::Random allows to generate random User Agent.
If you don't specify a category (linux, macintosh, windows, openbsd, freebsd, netbsd, os2, beos, sunos, crawlers, link_checkers, amiga, others, validators, feed_readers, phones, consoles, proxy), then the rand_ua function will return ones random.
SEE ALSO
http://en.wikipedia.org/wiki/User_agent
AUTHOR
Matteo Cantoni, <matteo.cantoni@nothink.org<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Matteo Cantoni
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.