blob: df2424f64da4f5e6e467e85ec333cb5d3f09d41f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<HTML><HEAD><TITLE>HTTP::Headers::UserAgent - parse User-Agent headers</TITLE></HEAD>
<BODY>
<PRE>
HTTP::Headers::UserAgent v2.00
Copyright (c) 1999 <a href="http://www.iqualify.com/">iQualify, Inc.</a>
All Rights reserved.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Portions of this software were originally taken from the <a href="http://www.mozilla.org/bugs/">Bugzilla Bug
Tracking system</a>, and are reused here with permission of the original
author, Terry Weissman <<a href="mailto:terry@mozilla.org">terry@mozilla.org</a>>.
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 2.00 of the HTTP::Headers::UserAgent class. While the
interface provides backward-compatibility with version 1.00, it is not based
on the 1.00 code.
<a href="HTTP-Headers-UserAgent-2.00.tar.gz">Download HTTP-Headers-UserAgent v2.00</a>
<a href="UserAgent.html">Documentation</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@sisd.com>
20 4,16 * * * saytime
</body></html>
|