First, running Perl on Windows is a PITA. Just to compile a module with a XS component is a major hassle. Everything works so much better on Linux, so your first priority should be to get the school to switch to Linux ( or a variant). That way you get free, easy to use C and C++ compilers, then Perl just naturally falls into place.
Well, that would disqualify Perl right from the start. I'd say any language that would require you to switch OS would be totally unsuitable for teaching. It's like saying "I'd like to learn how to cook" and getting a response "Sure. Cooking on electric is such a PITA, so your first priority should be to get a gas stove."

In reply to Re^2: Perl Advocacy w.r.t Teaching by Anonymous Monk
in thread Perl Advocacy w.r.t Teaching by moot

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.