I have been an on and off Perl programmer for over 30 years (my Learning Perl (4) book is pink), and I came here to ask almost the same question. Thank you to you and to everyone who replied. I would like to add on and see if I can't extract a bit more wisdom from folks. My problem is that though I have been coding Perl for this long, my knowledge ossified about 20 years ago. I think the Conway Perl Best Practices book could be seen as my last big knowledge tuning. I do not say a lot, and when I saw a recent code example with a postfix dereference operator my mind exploded. That is literally what started this knowledge quest. I am about to kick off a new project and I have the luxury of possibly saying use v5.40;, so I'd like to take full advantage of that.

So what is the best way to get up to date with the latest? Mastering Perl will get me to 5.22 it seems (thank you, chromatic), but how to fill the gap from then until now? Reading each version's perldelta? I'll do that if so. I am not looking for replies with additional changes that are not enumerated already above but rather an RTFM with a pointer to a 'manual'. But if there are any editorial comments about what might be 'new' and is already an anti-pattern, I would love to hear it.

Thank you!

In reply to Re: Returning to Perl after almost 3 decades by sludin
in thread Returning to Perl after almost 3 decades by DaWolf

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.