Hi Monks,

The brasilian PM groups are talking to build one kind of pseudo-interactive-perl-shell by web. The idea behind this pseudo-shell-interactive is to create e-learning course of Perl, where students will could do classes exercises direct on her/his web browser. Our first course will be PerlIntro.POD translated to e-learning course.

We think this could be very nice for Windows users, and for someone that just would like try Perl.

Well with this idea, now we are talking how to implement this on real world, and divided this implementation on 2 possible technology, as :

* Server-side
Where we will use a web browser (with JavaScript+AJAX) just to get the user command and run this command on Perl instance install at server.
Here we are afraid about security at server (there is a way to run this remote code in a safe way at server ?) and how big will be server to run many interactive users ?

* Client-side
Where we will use a web browser to work as pseudo-shell-interactive, embedding Perl on a Java Applet or other stranger technology.

I would like help to figure-out one good way to implement this pseudo-interactive-perl-shell by web, or just say "Don't waste time with this stupid idea :( !!!".

Thanks,

Solli Moreira Honorio
Sao Paulo - Brazil

In reply to Hands-on of Perl by Web by shonorio

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.