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


Config-Format-Ini documentation  | view source Contained in the Config-Format-Ini distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Config::Format::Ini;

DESCRIPTION

Top

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 overide of earlier sections and keys.

Escape and continuation strings are in the TODO list.

EXPORT

read_ini() Reads ini data from filename, or filenames when multiple arguments are supplied.

SEE ALSO

Top

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 .

AUTHOR

Top

Ioannis Tambouras, <ioannis@cpan.org>

COPYRIGHT AND LICENSE

Top


Config-Format-Ini documentation  | view source Contained in the Config-Format-Ini distribution.