in reply to
Re^3: How to de-reference a coderef?
in thread
How to de-reference a coderef?
Would
caller
help? It's used to examine the call stack. For example, the
Carp
module (included with perl) uses it to warn/die with stack traces or from the perspecive of the caller.
Comment on
Re^4: How to de-reference a coderef?
Download
Code
In Section
Seekers of Perl Wisdom