Help for this page

Select Code to Download


  1. or download this
    use graphviz;
    my $plot = GraphViz->new(
                   layout   => 'dot', 
    ...
                   ); 
        # dot = directed plot as output, 
        # better than 'neato' for drawing trees