Welcome back! I recommend binging the all the Perl conference and workshop videos online that are heavy on actual Perl examples, there are plenty. For you time efficiency, I would skip anything that talks about Perl 6 or Raku for the sake of time, since you said your interview is coming up. The hard core Damian Conway videos are probably a good investment. Anything related to Moo, Moose, MOP or whatever (unless your potential employer mentioned them) is going to not focus well enough on core Perl syntax to refresh your memory. But if they mentioned them, you should be aware of the difference it creates in the code. The recent class stuff in 5.40 is relevant. Poking around on https://blogs.perl.org (and here!) is probably a good idea.

What's new in Perl 5.40

https://www.youtube.com/@YAPCNA/playlists

https://www.youtube.com/results?search_query=perl+fosdem


In reply to Re: Returning to Perl after almost 3 decades by perlfan
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.