Yes, it's worth it to learn Perl.

In my experience, the better I become at programming Perl, the better programmer I am in any of the other languages I know. This applies inversely as well - the better I get at programming other languages, the better I get at Perl. Part of it, it seems to me, is that by forcing yourself to think about things differently, you get better at problem solving - which is a very important trait for any programmer. You also expand the tools in your toolbox, by having Yet Another Possible Solution, which is never a bad thing. (I don't suggest building every solution using every language you know - the next person to maintain the software will hate you for it, for one thing.)

Learning is almost always worth it. In the case of programming, it's almost always a win-win situation. I'd even go so far as to advise you to try to learn (not master, of course, but get a decent grasp of) at least one language a year. There are plenty to choose from, and few of them are what I would consider to be "bad".

In reply to Re: Learn Perl by strfry()
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.