[olug] OT

Jay Hannah jay at jays.net
Thu Mar 12 22:46:51 UTC 2009


David Walker wrote:
> Are you aware of a Perl debugger that will break on errors or
> breakpoints and allow me to step through the code?
>   

The default one is built in.

   $ perl -d program.pl

   http://perldoc.perl.org/perldebug.html

I use it constantly.   :)

j





More information about the OLUG mailing list