Debugging Perl
The Perl Debugger
- The perl debugger enables execution of a script under the control
of a carefully regulated and monitored environment
- After the debugger loads a specified script it parses it for syntax
errors, and then pauses for user instructions with a DB
prompt
- The instructions are very much like the UNIX dbx
debugger instructions