http://www.perlmonks.org?node_id=892281


in reply to How a baisc debugging effort restored my sanity!

I just 'discovered' the debugger a few weeks ago, thanks to perlmonks, and have made regular use of it since. I knew there was some sort of debugging capability, but I thought using it involved installing modules and writing stubs.

I have emailed copies of the debug tutorial and the full documentation to my coworkers, many of whom were also unaware of the quality of this facility. I know it will be used, because our code is liberally sprinkled with:

#print "Okay, I got this far!\n";