NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
So many to choose from (Score:1)
I've come to like using Catalyst::Plugin::ConfigLoader as a straightforward way of getting a text config into a hash.
C::P::CL is built on top of the excellent Config::Any, so you can use
Unfortunately, C::P::CL is built into Catalyst, so I (plug) wrote a factored out version called Config::JFDI
If you're not afraid of a few dependencies, then you should give Config::JFDI [cpan.org] a look!
Reply to This