in reply to What package is the method in?
What's more: I think it should be possible to extract both the file name and the line number for the source file.
Update: Oh yes it is possible, using B::svref_2object() just like the "Pure Perl" version of the above module, and you can find how in: Track the filename/line number of an anonymous coderef.
|
|---|