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

eqlog_unrecognized_lines.pl - Perl script that prints lines from an EverQuest log file, which are unparsable by Games::EverQuest::LogLineParser.

SYNOPSIS

## output to STDOUT
eqlog_unrecognized_lines.pl c:\everquest\eqlog_Soandso_server.txt

## output to file
eqlog_unrecognized_lines.pl c:\everquest\eqlog_Soandso_server.txt eqlog.csv

## output statistics
eqlog_unrecognized_lines.pl -s c:\everquest\eqlog_Soandso_server.txt eqlog.csv

DESCRIPTION

eqlog_eqlog_unrecognized_lines.pl prints lines from an EverQuest log file, which are unparsable by Games::EverQuest::LogLineParser.

This is useful if in finding new line types which should be added to the module.

OPTIONS

-s show stats on STDERR
example:

       % recognized: 79.5 (686623/863465)
   lines per second: 7380 (863465/117)

AUTHOR

Daniel B. Boorstein, <danboo@cpan.org>

TO DO

- show progress

SEE ALSO

Games::EverQuest::LogLineParser