[Pdx-pm] reverse engineer(?) perl modules
Ovid
publiustemp-pdxpm at yahoo.com
Wed Oct 5 18:21:11 PDT 2005
--- "Roderick A. Anderson" <raanders at acm.org> wrote:
> So I'm wondering if there are any tools to diagram all the relations
> and/or calls that are made by looking at the modules and the cgi
> scripts that call them.
Check out http://bloodgate.com/perl/graph/usage/index.html for graphing
module dependencies. It uses PPI so I suspect it will be fairly nice.
Also, there's
http://search.cpan.org/dist/GraphViz/examples/xref_aux.pl. That will
generate subroutine xref graphs for you.
Cheers,
Ovid
--
If this message is a response to a question on a mailing list, please send
follow up questions to the list.
Web Programming with Perl -- http://users.easystreet.com/ovid/cgi_course/
More information about the Pdx-pm-list
mailing list