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

perltidy is not a substitute for a chart

nothing stops you from editing a chart after its generated -- the benefit is you don't have to re-type all that information

autodia.pl, umlclass.pl, http://portableapps.com/apps/office/dia_portable...

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

Replies are listed 'Best First'.
Re^3: Flowchart generator from Perl source code.
by Anonymous Monk on Aug 16, 2012 at 03:45 UTC
    You can even involve sqlt, after all UML is schema :)
Re^3: Flowchart generator from Perl source code.
by BillKSmith (Monsignor) on Aug 16, 2012 at 15:54 UTC

    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!

      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