Assuming you know perl5, or even 4,
And html sub-5,
And ipv4

You're at an advantage.

You bless to get an object in perl5, well, there's a default "thing" that well bless for you. You can use bless yourself. There, you know something about perl6 in the language you already know. It's just augmented. The culture is still there. If you know Moose, some things will be quite familiar. There's still, "my", strict is enforced by default etc.

ipv6? Longer ips with segmentation so you can form your own assignments in house.

Html5? html4 + new stuff. You have some new tags. You know half this stuff already. The a tag may have changed, I don't know, but if it has, I'm sure I'll learn it quickly enough over time.

Make some mistakes while learning this stuff. Everyone will. Some people are already experts because they are designing it or want to be involved so early on. Or both. Chances are, your mistakes will teach how some things are done wrong. The feedback loop continues.

And hell, if you learn some perl6, some html5 and some ipv6 by year end, you'll probably be on the far side of the bell curve. Jump in! The water isn't fine just yet. :D


In reply to Re: Coping with changes by exussum0
in thread Coping with changes by ahmad

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.