jumash has asked for the wisdom of the Perl Monks concerning the following question:
Hello everyone!
I have a huge perl-project, with cron-scripts, web-scripts and a portion of modules.
The task is to build a map for all the code - it means something like this at output:
- Script
-- using modules
-- sub containing
-- sub calling
-- (opt) variables using
The project is poorly PODed - so i cannot fully use NaturalDocs or DoxygenFilter.
I wrote part of needed code - but stopped at getting of subs calling by script - there's too many ways to call sub and i think that project implenents all of them :) Percentage of getting called subs is too small)
So i trying to find some ready2work product that generates code-struct-map with deps :)
Know something? Please, tell me :) Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Code struct map building?
by Perlbotics (Archbishop) on May 13, 2010 at 09:01 UTC | |
by jumash (Novice) on May 13, 2010 at 09:21 UTC | |
by Perlbotics (Archbishop) on May 13, 2010 at 10:00 UTC | |
by jumash (Novice) on May 13, 2010 at 10:26 UTC | |
|
Re: Code struct map building?
by cdarke (Prior) on May 14, 2010 at 10:38 UTC |