Shutter crashing https://perlmaven.com/shutter-crashing
Adding tests to legacy Perl code https://perlmaven.com/adding-tests-to-legacy-perl-code
Notes from a live-coding session writing tests for the SVG module.
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