The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.04

  • -Updated to use HTTP::BrowserDetect for all user agent string related functions. -Updated Makefile.PL to include HTTP::BrowserDetect functionality.

Modules

This class represents a single line from the Nginx combined access log (the default access log format). It provides methods to extract information from the log entry, such as the browser, operating system, request type, ip address and more. If you want to gather statistics about an Nginx log, consider using Nging::Log::Statistics which uses this class.