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