in reply to (Debugging, Tracing, Trace, Instrumenting) Automatic tracing of my Perl code?
at the end of your code and set PERL5DB to DB::DB {}{ package DB; sub DB { my ($package,$filename,$line)=caller; print "Line: $line\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |