2009-07-21から1日間の記事一覧

Perl GraphViz Module

忘れないウチに。昨日の続き…というか、単に GraphViz Module の使い方についてメモを。 GraphViz - Interface to the GraphViz graphing tool - search.cpan.org use strict; use warnings; use GraphViz; my $g = GraphViz->new(layout=>"fdp"); $g->add_n…