Bagarre has asked for the wisdom of the Perl Monks concerning the following question:
I'm looking for a program or script or something that can show me all of the sub routines in a program and also what other subroutines they can call.
Kind of like a graphical representation of a database but with a perl program.
The program in question is almost 3000 lines long and it's hard to keep track of what subroutines are called by what.
Thanks a ton!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Graphicaly view a perl script??
by PodMaster (Abbot) on Jan 27, 2005 at 14:46 UTC | |
Re: Graphicaly view a perl script??
by BrowserUk (Patriarch) on Jan 27, 2005 at 14:48 UTC | |
Re: Graphicaly view a perl script??
by borisz (Canon) on Jan 27, 2005 at 14:50 UTC | |
Re: Graphicaly view a perl script??
by thor (Priest) on Jan 27, 2005 at 14:49 UTC | |
Re: Graphicaly view a perl script??
by pelagic (Priest) on Jan 27, 2005 at 15:14 UTC |