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"

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

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