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

Changes for version 0.07

  • trim all new lines and carriage returns prior to line parsing, fixes parsing for those running EQ under Wine (thanks to David Frascone)
  • added LEVEL_GAIN line type (thanks to David Frascone)
  • moved distribution from windows to linux, and rebuilt using: h2xs -AX -b 5.6.0 -n Games::EverQuest::LogLineParser --use-new-tests -v 0.7

Documentation

Perl script that converts an EverQuest log file into a CSV-like (separator is actually '|') file.
Perl script that reports the counts of each type in an EverQuest log file.
Perl script that prints lines from an EverQuest log file, which are unparsable by Games::EverQuest::LogLineParser.

Modules

Perl extension for parsing lines from the EverQuest log file.