in reply to Config Files in Perl
I wrote a configuration file chapter for Mastering Perl. In short, configuration formats with tricky syntax (such as Perl code, XML, or even YAML) cause a lot of problems for human editors, and there are plenty of fine formats which are much more forgiving and plenty of Perl modules to handle them. :)
|
|---|