The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
digraph G
{
	node
	[
		shape = "record"
	]
	a
	[
		label = "<f0> foo | x | <f1> bar"
	]
	b
	[
	label = "a | { <f0> foo | x | <f1> bar } | b"
	]
	a:f0 -> b:f1
}