I think the main argument you'll hear about Perl being outdated is it's lack of good built-in object-oriented programming features. Turns out though, now that we have Moose, that argument has gone out the window.

Another argument you might hear is Perl 5 being outdated due to Perl 6 being on the way. That doesn't really hold water though, since there's just so much Perl 5 code out there. Also, it looks like you'll be able to access Perl 5 code from Perl 6 anyway, so the upgrade from 5 to 6 shouldn't be too bumpy.

Anyhow, if you like the idea of a handy, intuitive language that gets out of your way, you'll probably like Perl. PHP is popular with a lot of web developers, Java is popular with "enterprise" software managers, and .NET is of course popular with MS Windows people, but Perl is still the swiss army chainsaw of the bunch. You might also want to look into Python to see if it's your sort of thing. Python is like Perl's tightly-wound, responsible, predictable cousin from out of town who has a funny foreign accent. ;)


In reply to Re: Learn Perl by rudder
in thread Learn Perl by lm.moreira

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.