Debugging Perl
Debugger Example
- Perl's debugger instructions enable the control of flow,
setting and stopping at breakpoints, tracing, and so on
Exercise |
- Run the debugger on the wrap example script
- Experiment with some of the debugger commands
- Type "w"
- Type "s"
- Type "c 24"
- Type "p $pre1"
- Type "w"
- Type "s"
- Type "w" (notice we are inside a perl library now!)
- Type "c"
- Type "q"
|
No
Hint
To
Start
|

wrap
|