Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print $g->as_png;
    
  2. or download this
    use GraphViz;
    use GraphViz::Data::Structure;
    ...
    my $g = GraphViz->new(%othergraphvizopts);
    my $g1 = GraphViz::Data::Structure->new($structure, GraphViz => $g);
    print $g->as_png;