|
|
| XP is just a number | |
| PerlMonks |
Re: Module for Printing Line Numbers in Debug?by clueless newbie (Friar) |
| on Jan 21, 2013 at 12:48 UTC ( #1014436=note: print w/ replies, xml ) | Need Help?? |
|
Perhaps you could use Hook::LexWrap to wrap the subs in the modules that you're interested in. There was this thread Fun with Hook::LexWrap and code instrumentation that might be of interest. Update - Huh? I've got a module that automagically wraps all of the subs of subsequently loaded modules and then during execution generates a SQLite database of call chains together with what was passed and what was returned. All one would have to insert/remove one use statement. Is that what you're looking for? Dang - something I wrote might actually be useful!
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||