in reply to Re: Visualizing a dependency graph in a web page
in thread Visualizing a dependency graph in a web page

I'd just add that if you make a Graph object you can give it to $gv = GraphViz2->from_graph($g) then produce an SVG from that with $gv->run(output_file => 'out.svg').

See https://metacpan.org/pod/GraphViz2#from_graph for more.