- History in the Perl debugger, make the up arrow work
- Debugging compile time code (debugging BEGIN block, debugging module body)
- Add (conditional) debugger breakpoints to your code
- What are -e, -z, -s, -M, -A, -C, -r, -w, -x, -o, -f, -d , -l in Perl?
- Debug sum numbers - video
- Using the built-in debugger of Perl as REPL
- Debugging Perl scripts - video
- Debugging Perl with hdb
- Debugging Perl scripts
- Using the built-in debugger of Perl