2002-02-02 21:58:54 -05:00
|
|
|
Config::IniFiles provides a way to have readable configuration files
|
|
|
|
outside your Perl script. The configuration can be safely reloaded upon
|
|
|
|
receipt of a signal. Configurations can be imported (inherited,
|
|
|
|
stacked,...), sections can be grouped, and settings can be accessed from
|
|
|
|
a tied hash.
|
|
|
|
|
2005-03-14 20:57:02 -05:00
|
|
|
Ini files consist of a number of sections, each preceded with the
|
2002-02-02 21:58:54 -05:00
|
|
|
section name in square brackets. Parameters are specified in each section
|
|
|
|
as Name=Value. Any spaces around the equals sign will be ignored, and the
|
|
|
|
value extends to the end of the line.
|