in reply to Re: Dependencies
in thread Dependencies
If I'm just going to report calls made during a call, I could always do global changes from
sub foo {
to
sub foo {
print STDERR "foo"
for all the modules. That would then dump out a list of used routines to STDERR (ie the web logs) as they were used. Hmmm.
|
|---|