Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Which configuration module?

by jdtoronto (Prior)
on Oct 20, 2006 at 13:30 UTC ( [id://579577]=note: print w/replies, xml ) Need Help??


in reply to Which configuration module?

I use Config::Simple it works very well, except for the tied hash interface where it flattens the sections into a single hash which when dumped looks like:
'newsletter.owner_p1_font' => [], 'newsletter.contact_font' => 'Helvetica', 'newsletter.owner_city' => 'Hamilton', 'system.debug' => '1', 'armtwo.username' => [], 'newsletter.contact_y' => '150',
The tied method of Config::IniFiles is more intuitive.

Config::Simple is pretty widely used and if you have a problem the developer is very responsive.

jdtoronto

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://579577]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-19 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found