in reply to Re: Any call graph tools for perl scripts?
in thread Any call graph tools for perl scripts?

Good point, I'd forgotten about GraphViz.

Here's an introductory article about using Devel::GraphVizProf to get a graphical calling profile instead of a plain-text one.

  • Comment on Re: Re: Any call graph tools for perl scripts?

Replies are listed 'Best First'.
Re^3: Any call graph tools for perl scripts?
by RockyMtn (Novice) on Sep 02, 2015 at 20:38 UTC
    Link gets a 404. The introductory article can now be found here.