First and foremost, I'd point out that Perl is available for nearly /any/ platform that they'll need. On Windows, ActivePerl comes with the Tk module already installed, so it is a great way to create quick little GUI apps that will work on Windows and *nix.

Another benefit is that one may switch between Windows and *nix while working on the "one perl script to rule them all" - this has its advantages when working with others on a project.

For different programmer's you'll need to highlight different things. Java programmers may want to see the "write once run anywhere" aspect of Perl.

You may also want to point out that in reality, 99% of the things that programs do don't require speed, and that difference in effort between writing a little tool in Perl vs Java/etc is huge.

In reply to Re: Perl as a second language by perlfan
in thread Perl as a second language by szabgab

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.