Date sent:              Sat, 03 Mar 2012 14:42:35 -0500
From:                   Steve Bertrand <steve.bertr...@gmail.com>

> I've been writing a program that will perform extra work for diagnostics 
> upon each method call.
> 
> As of now, I need to write a call to an outside function manually into 
> each method. To automate this so the original methods don't need to be 
> modified, I'm going to scoop up the code globs, modify them, then 
> reinstall them back into the class.

http://search.cpan.org/search?query=Devel::TraceSub
http://search.cpan.org/search?query=Devel::TraceCalls
http://search.cpan.org/search?query=Devel::TraceFuncs


===== je...@krynicky.cz === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to