2012.12.05 in #281Saving Breakpoints in the Perl Debugger
Matthew admits to reinventing wheels, and concisely demonstrates how to save a set of breakpoints with a .perldbinit file
2020.07 in #469Perl Mongers unite online
With encouragement Matthew Persico have started a wiki listing on-line Perl Monger events. He calls on you to add your events to the list. Even if they are not in English!
2022.03.23 in #557Yet Another Perl Switch Statement
When converting Perl code to Python, Pythonistas will tell you that explicit is better than implicit. However, we must be careful when setting $_ directly to avoid introducing new issues into the code.