The CONFIG:: Perl modules are highly useful in connection with mod_perl CGI scripts. It caches files to speed up file reading. It's possible to configure the module to remove comments (several types), trailing blanks, and empty lines, or to do other useful things only once.
| Tags | Software Development Libraries Perl Modules |
|---|---|
| Licenses | Freeware |
| Implementation | Perl |
Recent releases


Release Notes: A close() method was added. All known warnings were fixed. The first chapter of the CONFIG:: guide was released.


Release Notes: A fix for a bug with the DATA option, get_errors returns '' if there are no errors, ability to disable CASEINSNSITIVE, and a functional 'asm' comment type.


Release Notes: A bug that caused the file to be parsed every time, not only if neccessary, has been fixed. Error handling has been implemented, and the options ALLOWREDEFINE, CASEINSENSITIVE, DEFAULT, and REQUIRE have been added to Hash.pm.


Release Notes: This release adds Hash.pm, a module to parse KEY/VALUE pairs into a hash, and a DATA option in Plain.pm, to make recursive parsing possible.


Release Notes: First public release.