Help for this page
my $one = qr{ one (?<one> \d+ ) }xi; my $two = qr{ $one two (?<two> \d+ ) }xi; ... three => 7, two => 8, }