Perl 6 sounds like it's still a fair way off, and 5 will be around for a long time after 6 arrives, so continuing to learn Perl 5 is definately not a lost cause. That said, I don't know of anyone who doesn't have additional things to learn as well.

Using myself as an example, I feel I have a decent grasp of Perl 5 basics. I still don't know 94 ways to use unpack, and don't intend to spend time learning them anytime soon. This isn't to say that I wouldn't value that knowledge, only that there are other areas I'd rather learn more about first.

I can quickly look up most parts of Perl 5 that I don't understand very well as I need them. As for broader concepts such as programming theory, I believe learning other languages contributes more to my understanding than learning Perl in greater detail would.

So, as I see it, my current level of Perl knowledge is good enough that learning Perl 5 isn't my highest priority anymore. This may be different for you depending on how extensively you use Perl, how well you know it, and what other areas you're interested in learning more about.


In reply to Re: Learn more Perl 5 now or wait for 6* by cjf
in thread Learn more Perl 5 now or wait for 6* by ybiC

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.