The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
digraph G {

  node [style=filled, shape=box]
  ddddddd [fontcolor=yellow, fillcolor=blue, color=orange]
  subgraph clusterA {
    style=filled
    fillcolor=lightgray
    pencolor=blue
    eeeee [peripheries=3, fontcolor=red, color=yellow]
    eeeee -> ee
  }
  ddddddd -> eeeee [labelfontcolor=chocolate, headlabel=headlabel, label=flue, fontcolor=green, color=lightblue]
}