The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

W3C::LogValidator::Basic

SYNOPSIS

  use  W3C::LogValidator::Basic;
  my $validator = new W3C::LogValidator::Basic;
  my $max_invalid = 12;
        # how many log entries are parsed and returned before we stop
        # 0 -> processes everything
  my $result_string= $validator->process_list($max_invalid);

DESCRIPTION

This module is part of the W3C::LogValidator suite, and simply gives back pages sorted by popularity. This is an example of simple module for LogValidator.

AUTHOR

Olivier Thereaux <ot@w3.org> for W3C

SEE ALSO

W3C::LogValidator, perl(1). Up-to-date complete info at http://www.w3.org/QA/Tools/LogValidator/