Perl Debugger Superpowers, Part 2
In March I wrote The Perl debugger can be your superpower, introducing the step debugger as a better way to debug your Perl code rather than littering your source with temporary print
statements or logging. I use the debugger all the time, and I've realized that some more techniques are worth covering.
Although I mentioned a caveat when debugging web applications, our apps at work all…