http://qs1969.pair.com?node_id=1024128


in reply to Config::IniFiles

Nice, but why do we have all these accessor functions? Why not just return a hash where each entry is converted to
$hash{section}->{parameter} = $value

Then it would be easy to make it work with other Perl code. For instance, I could print out all of the data that the config file loaded with a single library function call.