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

Changes for version 0.034 - 2019-12-15

  • Add utility: sort-ini-sections.

Documentation

Delete a key from INI configuration file
Delete a section (and its contents) from INI configuration file
Dump INI as hash of hashes structure
Get key value from INI configration file
Get whole section of INI configuration file
Filter INI using pattern against section/key/value
Insert a key to INI configuration file
Insert an new empty section to INI configuration file
List all sections of an INI configuration file
Modify INI section/key/value using Perl code
Parse INI using Config::IOD::INI module and show the raw result

Modules

INI utilities
Routines common between App::INIUtils and App::IODUtils