http://qs321.pair.com?node_id=579538


in reply to Which configuration module?

It depends on how your config files look like!

Config::Auto uses Config::IniFiles when the input file is in ini-style. So if you hav config files with ini-style you can use Config::IniFiles directly.

If you get config files in different formats, you should use Config::Auto.

I can't say anything about Config::Simple because I haven't use it yet.