in reply to Re^2: Identifying a location with finer granularity than a line number
in thread Identifying a location with finer granularity than a line number
I'd likely first pursue the idea of dumping the opnodes for that line along with which opnode was active. See the likes of B::Terse or B::Concise for examples of dumping a tree of opnodes.
I'm not sure the best place to point you about the possibility of finding the currently active opnode in the call stack. Perhaps the guts of App::Stacktrace know how to answer that in one way.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Identifying a location with finer granularity than a line number (-MO=)
by rockyb (Scribe) on Aug 15, 2012 at 04:27 UTC | |
by tye (Sage) on Aug 15, 2012 at 06:11 UTC | |
by rockyb (Scribe) on Aug 15, 2012 at 06:21 UTC | |
by rockyb (Scribe) on Apr 13, 2014 at 23:19 UTC | |
by bulk88 (Priest) on Aug 15, 2012 at 13:52 UTC |