Help for this page
class H::Actions { # construct a hash from a list of pairs ... # construct a Str => Match pair method pair($/) { make ~$<key> => $<mash> }; }
my @a = @($/<pairs><pair>) make %( @a».<key>».Str Z=> @a».<mash> )