Perl Maven Live presentations https://perlmaven.com/live
Zoom-based live presentations and their video recordings
GitLab pipelines and CI for Perl developers https://perlmaven.com/gitlab-pipelines-and-ci-for-perl-developers
GitLab pipelines
GitHub Pages for Perl developers https://perlmaven.com/github-pages-for-perl-developers
GitHub Actions for Perl projects https://perlmaven.com/github-actions-for-perl-projects
Getting started with Docker for Perl developers https://perlmaven.com/getting-started-with-docker-for-perl-developers
Convert Markdown to HTML https://perlmaven.com/convert-markdown-to-html
Convert Markdown including tables to HTML
The curious case of implicit return https://perlmaven.com/curious-case-of-implicit-return
If a function in Perl does not explicitly call return then it will implicitly return the result of the last statement evaluated.
Selectively ignore warnings (turn them off with no warnings) https://perlmaven.com/selectively-ignore-warnings
GitHub Actions for CPAN modules https://perlmaven.com/github-actions
One-liner: Remove first two characters of every line https://perlmaven.com/remove-first-two-characters-of-every-line