|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Debugger Tutorialsby VSarkiss (Monsignor) |
| on Jun 14, 2001 at 00:01 UTC ( #88193=note: print w/ replies, xml ) | Need Help?? |
|
I echo bikeNomad's recommendation of the Linux Journal article (I don't think the Monastery's article is as good. YMMV). What really made me start making better use of the debugger is Effective Perl Programming by Hall and Schwartz. One of their recommendations I liked best was to use the debugger as an interactive Perl environment. That is, just type:
perl -d -e 0 Don't be overwhelmed by the ton of commands that appear in the help. I hardly ever use more than these:
HTH
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||