in reply to Re^2: Flowchart generator from Perl source code.
in thread Flowchart generator from Perl source code.

Flow charts can be an excelent way to document our understanding of a program. No utility can possibly do this for us. Use any tool(s) that you find useful.

I suggest perltidy as a substitute for a flow chart program only in the sense that both are intended to reveal the structure of the code. I find it easier to grasp that structure from systematically indented code rather than from machine generated charts which spread the same information over several times as many pages. Again, my advice is use what works for you!

  • Comment on Re^3: Flowchart generator from Perl source code.

Replies are listed 'Best First'.
Re^4: Flowchart generator from Perl source code.
by Anonymous Monk on Aug 17, 2012 at 06:58 UTC
    When I have a bunch of scripts that do stuff , what I from a flowchart is the calling order and class relationships -- perltidy doesn't help with either of those tasks