The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<HTML><HEAD><TITLE>HTTP::Headers::UserAgent - parse User-Agent headers</TITLE></HEAD>
<BODY>
<PRE>
HTTP::Headers::UserAgent v3.01

Copyright (c) 2002 Ivan Kohler.  All rights reserved.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

This is a class that deals with the HTTP User-Agent header.  It will parse
the header, and (hopefully) report the correct platform, operating system,
browser, and browser version.

This is version 3.01 of the HTPP::Headers::UserAgent class.  <FONT SIZE="+2"><B>It is now
depriciated</B></FONT>, and the code is a wrapper around the more well-maintained
<a href="http://search.cpan.org/search?dist=HTTP-BrowserDetect">HTTP::BrowserDetect module</a>.  You are advised to switch to <a href="http://search.cpan.org/search?dist=HTTP-BrowserDetect">HTTP::BrowserDetect</a>.
While the interface provides backward-compatibility with version 1.00, it is
not based on the 1.00 code.

<a href="HTTP-Headers-UserAgent-3.01.tar.gz">Download HTTP-Headers-UserAgent v3.01</a>

To install:
	perl Makefile.PL
	make
	make test # nothing substantial yet
	make install

Documentation will then be available via `man HTTP::Headers::UserAgent' or
`perldoc HTTP::Headers::UserAgent'.

Ivan Kohler <ivan-useragent@420.am>
</body></html>