http://qs321.pair.com?node_id=264687


in reply to Appending strings from one array onto strings of another

The hyper operator is more appropriate

@z .^~ @a; # I believe _ has been replaced by ~ # as the new replacement for '.'

but multi-variable loops work, too, though not as fast.

my @new; for @z;@d -> $z;$d { push @new, $z ~ $d; }

--
TTTATCGGTCGTTATATAGATGTTTGCA