in reply to Re:(Jepri) Never guess at code!
in thread Never guess at code!

jepri, thanks I found your post very enligtening. I've never seen anyone other than myself program so I'm very interested in hearing how you "debug while you code". I guess I do a little bit of both. Sometimes I just charge on and let the compiler and warnings catch my errors (hopefully), other times I'll write just a couple of lines and execute it. Obviously, it's the times when I rely on the compiler and Perl warnings that I get nailed because they can't catch errors in logic or my misunderstanding of the Perl interpreter works.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop";
$nysus = $PM . $MCF;
Click here if you love Perl Monks