
Config::Format::Ini - Reads INI configuration files

use Config::Format::Ini;

This module reads INI files by following the spec presently found at http://www.cloanto.com/specs/ini.html . It supports most of the spec, including multi-valued keys (separated by commas), double-quoted values, and free comments, and override of earlier sections and keys.
Escape and continuation strings are in the TODO list.

Config::Ini, Config::INI::Simple, Config::IniFiles, and OpenInteract2::Config::Ini . There is a paper about the INI format at http://www.cloanto.com/specs/ini.html .

Ioannis Tambouras, <ioannis@cpan.org>

Copyright (C) 2006 by Ioannis Tambouras
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.