Do you know where your variables are? | |
PerlMonks |
Re^2: Identify the package a subroutine is being called fromby pc88mxer (Vicar) |
on Jun 06, 2008 at 17:37 UTC ( [id://690713]=note: print w/replies, xml ) | Need Help?? |
The debugger certain can get the calling arguments, even if @_ has been modified (i.e. shifted).
Here's a solution using Devel::StackTrace:
In Section
Seekers of Perl Wisdom
|
|