in reply to Has anyone created, or is aware of a Perl editor, for "in page usage"?
JavaScript-based solutions for a client-side editor running within a web browser work because most web browsers have JavaScript engines built-in. Most (sane) ones don't have Perl interpreters built in. While there are Flash plugins, Java plugins, and so on, there's really no Perl plugin for web browsers. If you want client side scripting inside of a browser you generally use JavaScript; it's well suited to the task.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Has anyone created, or is aware od a Perl editor, for "in page usage"?
by taint (Chaplain) on Dec 02, 2013 at 04:19 UTC | |
by tobyink (Canon) on Dec 02, 2013 at 08:11 UTC | |
by taint (Chaplain) on Dec 02, 2013 at 14:53 UTC |