Thread Modulsuche Darstellung von Abhängigkeiten
(20 answers)
Opened by bianca at 2010-05-16 17:33
ahja, ganz einfach. nytprofhtml generiert dir ein dot-file "subs-callgraph.dot", daraus machst du ein png mit dem kommando:
$ dot subs-callgraph.dot -Tpng -o callgraph.png Last edited: 2010-05-16 20:16:58 +0200 (CEST) Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |