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

## 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

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.

-s show stats on STDERR example:
% recognized: 79.5 (686623/863465)
lines per second: 7380 (863465/117)

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

