Next | Tricks of the Wizards | 183 |
Obvious tactic: Copy perl5db.pl, modify slightly, use.
But there are some non-obvious tactics
The debugger isn't just an ordinary module
In debug mode, Perl enables special features
To use: Name the module Devel::Something
Run with perl -d:Something to automatically load
Next | Copyright © 2003 M. J. Dominus |