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

I am looking for an application or framework that would allow me to view/edit ini files on a remote system in a Html GUI via a server .

Ideally in Perl so that I can modify/extend it but I'll consider other options. Searching for ini/config/GUI/Perl solutions via search engines returns a lot a false positives.

Left to my own devices I would probably use Config::IniFiles (or similar) and CGI.pm but there are probably better solutions.

Any recommendations?

Replies are listed 'Best First'.
Re: Web GUI for editing INI files
by leocharre (Priest) on Jul 23, 2009 at 17:00 UTC