![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Printing source code while runningby tomhukins (Curate) |
on Jul 21, 2005 at 09:26 UTC ( #476759=note: print w/replies, xml ) | Need Help?? |
Although I like the Devel::Trace module that others have suggested, I sometimes find it too verbose. Last week I used Sub::WrapPackages to log subroutine calls within certain packages, as well as their input and output. You could also use Aspect's before and after hooks to provide similar functionality.
In Section
Seekers of Perl Wisdom
|
|