in reply to Perl UML conventions

checkout AutoDia which can parse perl code into Dia parseable XML. Dia itself can generate the UML schemes you need.

Greetz
Beatnik
... Quidquid perl dictum sit, altum viditur.

Replies are listed 'Best First'.
Re^2: Perl UML conventions
by Dumu (Monk) on Mar 02, 2015 at 14:05 UTC
    Here are the latest links to the AutoDia website:-

    http://www.aarontrevena.co.uk/opensource/autodia

    and its metacpan page.
      I tried autodia. It only generates OO diagrams and does nothing for procedural code.
        Its not supposed to maybe? What would it generate for procedural code?