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.31 - 2008-11-30

  • add the "end" function (end of text position assertion). add the "az" function (equivalent to =~ m/\A ... \Z/) add large chunks of text to the "extensions" section in POD. Hopefully extensions are explained sufficiently that folks can create their own without too many questions.

Modules

An extensible parser. Define grammars using subroutine calls. Define your own grammar extensions by defining new subroutines. Parse text in memory or from/to files or other streams.
Used by Parse::Gnaw to decomment debug statements in the code.