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


in reply to Re: Appending one array onto another
in thread Appending strings from one array onto strings of another

And using aliasing to our advantage but avoiding map in void context yields

$_ .= $d[-1 + push @d, shift @d] for @z;
I'm not convinced that it's at all better than the first one in the OP though. This is a bit obscure for no really good reason.

-sauoq
"My two cents aren't worth a dime.";