The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
digraph Perl
{
graph [ rankdir="TB" ]
node [ shape="oval" ]
edge [ color="grey" ]
"Andromeda"
"Milky\sWay"

subgraph "cluster_1"
{
graph [ bgcolor="cornflowerblue" label="Locale" rankdir="TB" ]
node [ shape="oval" ]
edge [ color="grey" ]

"Solar system"
"Earth"
}
"Andromeda" -> "Milky\sWay" [ label="" ]
"Milky\sWay" -> "Solar system" [ label="" ]
"Solar system" -> "Earth" [ arrowhead="diamond" label="" ]
}