http://www.perlmonks.org?node_id=778362


in reply to Re: regexp for finding all function calls
in thread regexp for finding all function calls

Thanks,
B::Xref looks very useful now that I have a second look at it. Actually Fletch mentioned that in his first reply, so thanks also to Fletch.

I am able to extract the line numbers of calls to Mod::func(). I'm still wondering whether B::Xref can actually display the original code from that function call. Does anyone know if that's possible?

Right now I still don't know how many lines each function call spans.