Perl Debugger
The Perl symbolic debugger is invoked with perl -d. h Prints out a help message. T Prints a stack trace. s Single steps. n Single steps around subroutine call. RETURN key Repeats last s or n. r Returns form the current subroutine. c [ LINE ] Continues (until LINE, or another breakpoint, …