Better Perl: Subroutine Signatures and Type Validation
- Given at Houston Perl Mongers February 2021, and again at Boston Perl Mongers March 2021
- Based on this blog post, resulted in this follow-up
Blogging Outside Your Bubble
This started as a lightning talk given at The Perl & Raku Conference in the Cloud 2021:
I turned it into a blog post for Perl developers. Later I expanded it into an hour-long webinar for a general developer audience, and then further expanded it into a workshop at International Developer Career Day 2021.
Pair Programming: A Course Management System in Perl and Mojolicious
- Series of seven Zoom video sessions with Gábor Szabó working on a web application for his training business
- Full information, including videos and git code repository, is on Gábor’s Perl Maven site
Don’t Fear map
and grep
Many beginning and intermediate Perl programmers don’t understand the map
and grep
functions and avoid them. But they’re the key to many solutions under the heading of list processing and once you become familiar, you’ll start to see lots of opportunities to use them. Let’s demystify these important functions!
This talk is based on a series of blog posts I wrote over the past year or so:
Likes