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

Did you search? Devel::Caller::caller_cv
  • Comment on Re^2: How to get code of the calling function or object

Replies are listed 'Best First'.
Re^3: How to get code of the calling function or object
by JavaFan (Canon) on Mar 25, 2011 at 10:21 UTC
    Did you bother to read the documentation you link to? caller_cv returns a code ref - not the actual code.