The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
digraph graph_33
{
	node_33_1
	[
		color = red
		fontcolor = green
		label = <<table><tr><td>html-style label for node_33_1</td></tr></table>>
	]
	node_33_2
	[
		color = green
		fontcolor = red
		label = <<table><tr><td>html-style label for node_33_2</td></tr></table>>
	]
	node_33_1 -> node_33_2
	[
		arrowhead = crow
		arrowtail = diamond
		color = blue
		dir = both
	]
}