The Mojolicious framework can do a lot of heavy lifting for you. It's not that hard to do interesting things while writing minimal code: https://www.mojolicious.org/
We've still got more advent articles coming, including one very special day which is actually a live stream from Randal Schwartz (Learning Perl). He'll share his "version of the story of the Schwartzian Transform". https://lu.ma/giz69577
I went to high school in Ontario around this time but I never saw these machines. Our computer lab was a bunch of networked Commodore 64s that we used for learning Waterloo Structured BASIC.
Some qualifications are based on GitHub contributions. If those are tired to the same account you use for work, you're out of luck.
GitHub encouraging and enabling using the same account for work (-for-hire) and personal (or work, but owned by yourself) might've been great for growth, but it's a risk managment minefield.
i don't even know where they are without looking at the keyboard. then when i try to press them half the time i accidentally press insert or print-screen instead
It does look like it's invoking a specific Perl version, but the version of Perl you use will be the one available in your path. When you say "use v5.40;" you are enabling a "feature bundle" that the language makes available as of that version.