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.30

  • $ini{"key"}{"sub1"}{"sub2"}{"sub3"}{"par"}="value", will be in the configuration file as
    • key.sub1.sub2.sub3
      • par=value

Modules

Ties simple configuration (.ini) files to hashes. Handles arrays and recurrent sections.