http://www.perlmonks.org?node_id=209242

artist has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

I am looking for modules which can draw the chart (may be ascii) to include all packages and variables and subroutines And their calls that I use in my project

Thanks,

Looking for representation art
Artist

Replies are listed 'Best First'.
Re: Objects Chart
by perrin (Chancellor) on Oct 30, 2002 at 21:54 UTC
    Devel::Symdump can do this. I think there is also a module in the GraphViz distribution that can make a pretty one.
Re: Objects Chart
by sauoq (Abbot) on Oct 30, 2002 at 21:56 UTC

    I'm not sure what kind of chart you want but there are several modules in the Devel namespace that can probably provide you with the data you are seeking. Devel::ModInfo might be of particular interest to you. Maybe you can write a module which draws the kind of chart you want and add it to CPAN if it proves useful.

    -sauoq
    "My two cents aren't worth a dime.";