Thanks for the reply, davido

This is all understood. My thought's were to accomplish this through the use of Perl. All of this became possible early on with Netscape/Mozilla's "designMode", and IE's "contentEditable" document tag. While both browsers support JavaScript, and currently posses internal JS engines. JavaScript is not a requirement to implement an "Editable" web page. Don't get me wrong. I am not attempting to be argumentative. But I recognize that JavaScript is not a prerequisite for making a web page editable within a browser, that's all.

As such, I'm trying to imagine why I couldn't/shouldn't simply create a Perl Module that accommodates these browser features. Nothing fancy, just a basic editor. Seems like it'd be fairly handy. Costs the web client less resources that most, if not all the current JS based editors currently in use today.

Best wishes, and thanks again for the response, davido

--Chris

Some related information
Rich Text Editing
Content Editable
Midas

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;

In reply to Re^2: Has anyone created, or is aware od a Perl editor, for "in page usage"? by taint
in thread Has anyone created, or is aware of a Perl editor, for "in page usage"? by taint

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.