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.2.9 - 2023-02-08

  • added 2 wrappers around Data::Dumper::Dumper to help with lazy debugging of data structures;
  • ddd LIST - iterates over the LIST, applying Data::Dumper::Dumper to each item
  • dddie LIST - same as ddd, but die's at the end of the LIST
  • POD updated to reflect these helpers
  • manually tested, no unit tests added for this

Modules

provides baptise, a drop-in replacement for bless; like if bless created accessors for you. This module also provides additional methods built using h2o or o2h from Util::H2O that allow for the incremental addition of OOP into existing or small scale Perl code without having to fully commit to a Perl OOP framework or compromise one's personal Perl style.