jabowery has asked for the wisdom of the Perl Monks concerning the following question:
If I do:
@a=caller($n)
the returned list accurately shows the package, file name, sub name, etc. but int(@DB::args) is always 1 even though the 'T' command shows the right number of arguments.I'm to the point of thinking I'll have to modify the perl debugger to get the run-time info I need.
Is there an easier way?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: x @DB::args
by repellent (Priest) on Mar 15, 2012 at 05:50 UTC |