in reply to using perl to create a browser editor window

You could use perlplusplugin to create perl/Tk windows. These windows can even be embedded in the browser window (on Linux only -- in Windows they can only be new windows).

The Tk::Text widget would be useful both to create html text and to preview mark-up (it can do bold text, etc.). There's an example in Web Client Programming with Perl of displaying HTML marked-up text in a Text widget.

  • Comment on Re: using perl to create a browser editor window