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


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

perl6 (hyper ops) (synatx may not be exactly this, but you get the idea):
@z ^_= @d;
or
@appended = @z ^_ @d;