http://www.perlmonks.org?node_id=266918


in reply to Configuration File Style

Personally, when I need a config file, I stick with the classic this = that using Config::General. One downside of this, however, is nested elements. That can be pulled off a bit easier with an XML style config.

So, IMO, it depends on your needs :)

--
A conclusion is simply the place where someone got tired of thinking.