in reply to HTML Editor

I don't think you're going to find a perl-based editor, but I could be wrong. You didn't say whether you wanted this editor to be a desktop application or a web app? You also didn't specify whether it's windows/*nix or if that doesn't matter.

I've heard good things about Kate but I haven't used it myself. I believe it has built in network access.

Replies are listed 'Best First'.
Re^2: HTML Editor
by Anonymous Monk on Dec 15, 2004 at 16:57 UTC
    I mean the web application(online) script, for Unix platform, which does not need some very 'exotic' modules to work.
    The task is produce nice formatted html pages in output. Script need produce nice formatted html page from text input, generate clean html code(insert correct tags, optimize formatting). It need be enable set formatting options.
    As to content management system -this a little another thing.
        not sure how to implement Text::Wikiformat into single perl scipt.