http://www.perlmonks.org?node_id=236645

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

Fellow Monks,

I'm interested in seeing if anybody has experience with using perl to create a browser window that's capable of editing (& saving) files (text or html or xml files for example) in certain directories on a webserver. I know there may be pretty serious security issues with this. However I'm only going to be doing this on an intranet accessed by only a couple of users. What would be the preferred method for doing this? could Text::LineEditor be used here, or another module maybe?

Martymart