Hack, Gabi (ext) wrote:
>> From: Steve Bertrand [mailto:st...@ibctech.ca] 
>> Hi everyone,
>>
>> I'm curious to know if there is an easy way to scan a list of module
>> files and identify how many subs are calling a different specific sub.
>>
>> I've got a method that must be called once by each and every 
>> sub within
>> the module. I want to ensure I haven't forgot to include its call
>> without having to manually read the code.
>>
>> Is this possible?
>>
>> Steve
> 
> 
> you might want to have a look at the profiling module Devel::NYTProf

Thanks guys for the recommendations. Gabi, your explanation describes
exactly what I'm after.

Cheers!

Steve

-- 
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