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


in reply to I usually debug via...

I get a lot of use out of sqlplus (or various other sql clients) for debugging. That's one of the great parts of writing database applications: the database is a debugger, you can examine and manipulate the state of your program as it runs.

Of course, that's only part of the story, and only for particular purposes... in general, I'm a warn kinda guy, but print is the nearest thing on the list.

------------ :Wq Not an editor command: Wq