This is unfortunately near the mark.

I myself am a few months from 20, been using Perl just over a year.
I've known Java for years, and that was the language of my school (University of Waterloo, in Ontario, Canada) for the first year, but then we move to C++.

Fortunately most of my fellow Comp Sci majors are skeptical and intelligent enough to not just drink the Java Kool-Aid without question. Still, they look at me funny when I mention Perl. By the time they finish asking me why I use such a dead/write-only/old/etc. language, my work is done, and that's all the reason I need. A few are beginning to see the light.

Back when I was first learning Perl, I used to worry that loose typing would "guess wrong" and cause problems, and the parameter passing was almost too weird to accept.
Eventually, I got used to this, and now it's the opposite: In Java or C++ I'm constantly wishing for map, reduce and grep. It takes so long to get anything done in those languages. At least C++ runs fast when you finally get finished.

In reply to Re^2: Perl for all ages? by bradenshep
in thread Perl for all ages? by MaxKlokan

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.