The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
include common.smakh

default:   { map(("my_$_", "your_$_"), map "depend$_", 1..3) }
	{ trace(@_) }

%depend%:  { my ($maker, $target, $matches) = @_;
             "$matches->[0]prereq$matches->[1]" }
        # Comment }
	{ trace(@_) }