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.006 - 2018-07-09

  • Only standalone graphemes and non-characters allowed as delimiters starting with Perl 5.29.0.
  • Non-ASCII delimiters started working in 5.8.3, so that is what perl_version_introduced() returns for them.
  • Collateral with all this, accept word characters as delimiters, but only with at least one space between the operator and the expression
  • that is, 'qq xyx' is OK, but 'qqxyx' is not.

Modules

Parse Perl string literals and string-literal-like things.
Constants needed by PPIx-QuoteLike
Dump the results of parsing quotelike things
Represent any token.
Represent case and quote control
Represent a string delimiter
Represent an interpolation
Represent an uninterpolated string
Represent the structure of the string.
Represent insignificant white space.
Utility subroutines for PPIx::QuoteLike;

Examples