WWW::UserAgent::Random - Perl extension to generate random User Agent


WWW-UserAgent-Random documentation  | view source Contained in the WWW-UserAgent-Random distribution.

Index


NAME

Top

WWW::UserAgent::Random - Perl extension to generate random User Agent

SYNOPSIS

Top

  use WWW::UserAgent::Random;

  my $user_agent = rand_ua("macintosh");

  or

  my $user_agent = rand_ua("browsers");

  or

  my $user_agent = rand_ua("");

DESCRIPTION

Top

WWW::UserAgent::Random allows to generate random User Agent.

If you don't specify a category, then the rand_ua function will return ones random.

The special category 'browsers' includes only 'freebsd','linux','macintosh','netbsd,'openbsd','sunos' and 'windows' categories.

Categories list (see source files or /docs/user_agent_list.txt file for details):

SEE ALSO

Top

http://en.wikipedia.org/wiki/User_agent

http://www.useragentstring.com/

http://www.user-agents.org/

http://www.useragents.org/

AUTHOR

Top

Matteo Cantoni, <matteo.cantoni@nothink.org>

COPYRIGHT AND LICENSE

Top


WWW-UserAgent-Random documentation  | view source Contained in the WWW-UserAgent-Random distribution.