opensourcer has asked for the wisdom of the Perl Monks concerning the following question:
i don't know whether it's works or notxxx.pl --help -d displays complete debuging statements. -e display db debuging statements. -f displays only errors.
the condition should be something like this, if -d should print all the statement of DEBUG. i'm not asking to write a code for me, i guess is there is a modules for this, i have done years back, and now im not able to recall it, if any 1 knows about that modules. plz let me know.sub main { DEBUG: "now entering into main\n"; DB_DEBUG: "in main\n"; ERRORS: "start of main\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DEBUG levels <perl formats>
by osunderdog (Deacon) on Oct 19, 2006 at 07:49 UTC | |
|
Re: DEBUG levels <perl formats>
by blazar (Canon) on Oct 19, 2006 at 19:09 UTC |