Help for this page

Select Code to Download


  1. or download this
      eval {
            $self->{graph}->run(format  => 'png');
            $png   = $self->{graph}->dot_output();
        };
    
  2. or download this
     eval {
            $self->{graph}->run(format  => 'svg');
            $png   = $self->{graph}->dot_output();
        };