princepawn has asked for the wisdom of the Perl Monks concerning the following question:
I want my Perl program to automatically say on what line it is at all times up to the point it dies. But, I dont want to litter my code with a bunch of print statements.
Is this possible?
|
---|
Replies are listed 'Best First'. | |
---|---|
(Ovid) RE: (Debugging, Tracing, Trace, Instrumenting)
by Ovid (Cardinal) on Sep 22, 2000 at 20:46 UTC | |
by BBQ (Curate) on Sep 22, 2000 at 22:51 UTC | |
constant line number reporting
by japhy (Canon) on Sep 22, 2000 at 20:28 UTC | |
RE: (Debugging, Tracing, Trace, Instrumenting) Automatic tracing of my Perl code?
by t0mas (Priest) on Sep 25, 2000 at 12:06 UTC | |
| |
Re: (Debugging
by Fastolfe (Vicar) on Sep 22, 2000 at 19:46 UTC |