http://qs321.pair.com?node_id=88141


in reply to Re: Debugger Tutorials
in thread Debugger Tutorials

This is not a problem with programs compiling, I just want to know how to debug a program without seeding it with print statements. I'm assuming this is the point of a debugger.

I have been writing Perl for 5 years now, but I have always debugged with the old print "Count is" $count ; and the like. As my projects get more and more complex, this becomes more and more tiresome.