The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.927 - 2019-06-22

  • Speed improvement: reduced runtime of read() calls to about 50% of original runtime.
  • Added an initial version of Text::Parser::RuleSpec. Not ready for use yet. Don't use this yet.

Documentation

A manual for the Text::Parser class
A comparison of text parsing with native Perl and Text::Parser
A manual for ExAWK (extended AWK) syntax

Modules

Simplifies text parsing. Easily extensible to parse any text format.
A role that adds the ability to auto-split a line into fields
Exceptions for Text::Parser
Adds multi-line support to the Text::Parser object.
Makes it possible to write AWK-style parsing rules for Text::Parser
Rule specification for class-rules (for derived classes of Text::Parser)