@z .^~ @a; # I believe _ has been replaced by ~ # as the new replacement for '.' #### my @new; for @z;@d -> $z;$d { push @new, $z ~ $d; }