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

NAME

WWW::Opentracker::Stats::Mode::HttpErrors

DESCRIPTION

Parses the HTTP errors statistics from opentracker.

METHODS

parse_stats

 Args: $self, $payload

Decodes the plain text data retrieved from the HTTP errors statistics of opentracker.

The payload looks like this (no indentation): 302 RED 1 400 ... 2 400 PAR 3 400 COM 4 403 IP 5 404 INV 6 500 SRV 46

SEE ALSO

WWW::Opentracker::Stats::Mode

AUTHOR

Knut-Olav Hoven, <knutolav@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Knut-Olav Hoven

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.