I was staring at the docs for XML::Simple this morning:

        http://theoryx5.uwinnipeg.ca/CPAN/data/XML-Simple/Simple.html

and began to think:

        "I am going to regularize the configuration for all my CPAN modules.
        They are all going use a single, standard configuration mechanism
        instead of me coming up with ways to create Perl hashes and store
        them on the disk of the person using my modules."

So, then it comes down to whether to use something like XML::Simple or
AppConfig (not be confused with App::Config by the same author):

        http://theoryx5.uwinnipeg.ca/CPAN/data/AppConfig/AppConfig.html

And what do you people think about this?

Reply via email to