in reply to using perl to create a browser editor window
Any editor-style module like Text::LineEditor is going to require perl to be installed on the client machine, and have some plugin to allow you to run perl code on the browser. An HTML textarea is about as "editorish" as you can get on the client side without a ton of extra work.
|
|---|