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


in reply to I usually debug via...

I wrote a debug.pm module which allows me to embed debugging statements in my code but only see them if I asked for them via -debug on the command line. Relative to the options on the poll, this translates to more or less to "print".