blob: 877ba13adafc96f555fd289eaf1c8b9fa990a3bc (
plain)
1
2
3
4
|
Config::IniFiles provides a way to have readable configuration files
outside your Perl script. Configurations can be imported (inherited,
stacked,...), sections can be grouped, and settings can be accessed from
a tied hash.
|