Tuesday, March 13, 2018

Power Aus Perl Debugger (Conditional Breaking)

If you're bummed out by (say)

Use of uninitialized value $whatever in print at ...
.. .blah blah ..
         DB::DB called at /home/you/perl/whatever.pl line 222

What you need is a dose of 

DB<1> b 113 !defined( $whatever )

Gets you where you want to go faster :)


No comments: