in reply to Re: Using Perl's Debugger on
in thread Using Perl's Debugger on
I'm aware that one can use print to debug. However, since the root cause of this problem was my spaghetti code, "print" would have never worked in this particular case. Debug was the right tool for this job and I found the problem with it. Thanks again.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar;
$nysus = $PM . $MCF;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 3: Using Perl's Debugger on
by tilly (Archbishop) on Apr 18, 2001 at 19:05 UTC | |
by nysus (Parson) on Apr 18, 2001 at 20:18 UTC |