in reply to Re^2: In Defense of Smart::Comments
in thread In Defense of Smart::Comments

I meant script command-line options, as in ./myscript -vvv. Users do not know (nor they should!) about perl and its option syntax to provide a tracelog.

So yes, it's technically possible, but even when debugging my own script, typing perl -MSmart::Comments,'###','####' /usr/local/bin/myscript is not really convenient.

Replies are listed 'Best First'.
Re^4: In Defense of Smart::Comments
by ikegami (Patriarch) on Jun 01, 2010 at 07:18 UTC
    You can have -vvv turn on debugging whichever module you are using.