in reply to Re: debug statements
in thread debug statements
or for finer control:perl -MSmart::Comments myscript.pl
See Smart::Comments for details. This way you have zero overhead except when debugging. I'm surprised this simple technique isn't mentioned in the documentation.perl -MSmart::Comments='####' myscript.pl
|
|---|