should i skip perl5

That depends partly on when you want a return on your investment and how much risk you want in your investment. There are currently many million lines of Perl 5 code in production that will need developers for many years to come. Perl 5 is very stable and has huge amounts of documentation. The information you found on it having "gone down" is partly FUD - good Perl 5 developers are still in demand. (Which means that if you learn Perl 5, you'll have to put a significant amount of effort into becoming a good Perl 5 developer).

Perl 6 will most definitely be better than Perl 5 - but only when it gets a production release, a few books written on it, plus a couple of years for it to catch on in production environments, to work out the issues in the first few production releases, for the module ecosystem to grow, for people to build codebases in Perl 6, and so on.

Provided that Perl 6 gains as much ground as Perl 5, then beginning to learn Perl 6 now rather than later will give you a huge advantage in several years (though it's unclear how many years), much in the same way that those of us that learned Perl 5 in the good old days have the advantage of speaking it fluently now, knowing all its quirks, knowing which modules to use, etc. But the day when Perl 6 is in regular production use still needs to come.

My opinion: Diversify - If you can, then learn both!


In reply to Re: Should I learn perl 5 in 2015 by Anonymous Monk
in thread Should I learn perl 5 in 2015 by shankonit

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.