eqlog_unrecognized_lines.pl - Perl script that prints lines from an EverQuest log file, which are unparsable by L<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 the Games::EverQuest::LogLineParser manpage.

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

the Games::EverQuest::LogLineParser manpage