tmaly has asked for the wisdom of the Perl Monks concerning the following question:

I have been using the AppConfig module for reading configuration files for sometime now. I have been looking for a module that would write out the AppConfig configuration files. I have not seen anything on CPAN. Do you know of any other modules out there that could write a configuration file sufficiently close to the format used by AppConfig?

Replies are listed 'Best First'.
Re: Writing Configuration files
by jdtoronto (Prior) on Jul 05, 2006 at 13:43 UTC
    As I recall AppConfig can handle a variety of file layouts, what does YOUR config file look like? If you are using Win32 .ini style files then Config::Simple might work.

    jdtoronto