in reply to Re^2: How to turn a "developer code" into a "user code"
in thread How to turn a "developer code" into a "user code"

Yes, or alternatively, there are some pre-set environment variables, like (on Windows), $ENV{USERNAME} (which is 'corion' on my machine), and the name of the machine. Using these, you can switch on more verbose output automatically.

Replies are listed 'Best First'.
Re^4: How to turn a "developer code" into a "user code"
by mascip (Pilgrim) on Mar 11, 2012 at 17:20 UTC

    Nice idea, thank you :o)

    I have two questions about WWW::Mechanize::Firefox, i will post them soon (i am writing a clean example code first).