I think there'll be more overlap than you think. Your Perl 5 knowledge will serve you well when you pick up Perl 6. I think knowing more Perl 5 will make the transition easier, not harder.

For instance, the syntax of hash refs may change from $h->{foo} to $h.{foo} (I think ;-) but not the fundamental notions behind hash refs. Similarly, becoming better at Perl 5 OO programming should directly improve your Perl 6 OO programming. The fundamental concepts won't change, only the details.

That said, it's also true that some areas will change more than others. If you haven't picked up formats, for instance, you may want to wait until the appropriate apocalypse. XSUB programming is another area whose changes are unclear. But overall, I'd recommend to dive right in, and plan for the transition only when you feel the need.


In reply to Re: Learn more Perl5 now or wait for Perl6 by VSarkiss
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.