in reply to How to get code of the calling function or object

As far as I know, there is not.   Your mileage may vary.

Replies are listed 'Best First'.
Re^2: How to get code of the calling function or object
by Anonymous Monk on Mar 25, 2011 at 07:19 UTC
      Did you bother to read the documentation you link to? caller_cv returns a code ref - not the actual code.