John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:
So, I need to store some simple values in a file and read it again later.
What's a good "settings" module? My needs are simple, but I want labeled human-readable values not just a colon-separated list, and may add more values later. The Windows .ini files are not portable if using the built-in OS functions to access them.
I figure obtaining and learning a good one, even if its overkill, so I can use it in future projects as well.
—John
|
|---|