Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Each platform is configured using a variety of ini files in various different locations.
The application needs to preserve comments in the file since they contain (among other things) CVS information.
My problem is that there are a large number of ini/config handling modules on CPAN Config::IniFiles, AppConfig, Config::IniHash, Config::Tiny, Config::Simple, Config::Backend, etc.
As such, I am looking for recommendations from anyone who has used some of these modules and has a preference for one over the other.
I don't have any control over this architecture so solutions such as YAML or XML aren't an option.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Recommendations for an INI handling module
by TStanley (Canon) on Jan 07, 2005 at 17:57 UTC | |
|
Re: Recommendations for an INI handling module
by meredith (Friar) on Jan 08, 2005 at 19:50 UTC | |
|
Re: Recommendations for an INI handling module
by data64 (Chaplain) on Jan 08, 2005 at 19:59 UTC |