The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
node { shape: point; }

[ B ] { pointstyle: square; }
[ C ] { pointstyle: dot; }
[ D ] { pointstyle: circle; }
[ E ] { pointstyle: diamond; }
[ F ] { pointstyle: cross; }
[ G ] { shape: invisible; }
[ H ] { pointstyle: star; }

[ A ] --> [ B ]
[ B ] --> [ C ]
[ C ] --> [ D ]
[ D ] --> [ E ]
[ E ] --> [ F ]
[ F ] --> [ G ]
[ G ] --> [ H ]