NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Here's a kinda-sorta solution (Score:2)
Many years ago I was having trouble remembering how my code interacted with itself, so wrote this [cantrell.org.uk]. It produces a text report of what subroutines call what subroutines, and what subroutines are called by what subroutines.
The code is hideous, and I wouldn't dream of writing it that way now, but on the other hand it does mostly work, and might make a good starting point. If anyone wants to have a go at improving it, be my guest.
Reply to This