![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^2: Config Files in Perlby blazar (Canon) |
on Nov 22, 2006 at 22:34 UTC ( [id://585634]=note: print w/replies, xml ) | Need Help?? |
I prefer using XML-based config files and using, say, XML::Simple to parse the file. It is just about as easy as parsing name=value files. I sort-of second that, except that I'd use YAML. Even if one doesn't know it (I don't really), it should be easy enough to look at some samples and imitate them, or instruct one about how to do so in a few words. It's more human readable and writable IMHO.
In Section
Seekers of Perl Wisdom
|
|