in reply to A caller() by any other name
I'm confused - if I understand your question, caller already does what you want: caller.
Update:: Upon reread, do you mean identification of package/object in call? That's already in there with the passed parent object -> perltoot/perltooc covers similar concepts in identifying whether a method is called by an object or a class.
I'm probably just missing the boat on all this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: A caller() by any other name
by Bloodnok (Vicar) on Dec 02, 2008 at 11:49 UTC | |
by kennethk (Abbot) on Dec 02, 2008 at 18:00 UTC |