Adding tests to legacy Perl code
https://perlmaven.com/adding-tests-to-legacy-perl-codeNotes from a live-coding session writing tests for the SVG module.
Perl Maven Live presentations
https://perlmaven.com/liveZoom-based live presentations and their video recordings
GitLab pipelines and CI for Perl developers
https://perlmaven.com/gitlab-pipelines-and-ci-for-perl-developersGitLab pipelines
GitHub Pages for Perl developers
https://perlmaven.com/github-pages-for-perl-developersGitHub Actions for Perl projects
https://perlmaven.com/github-actions-for-perl-projectsGetting started with Docker for Perl developers
https://perlmaven.com/getting-started-with-docker-for-perl-developersConvert Markdown to HTML
https://perlmaven.com/convert-markdown-to-htmlConvert Markdown including tables to HTML
The curious case of implicit return
https://perlmaven.com/curious-case-of-implicit-returnIf a function in Perl does not explicitly call return then it will implicitly return the result of the last statement evaluated.