http://www.perlmonks.org?node_id=483865


in reply to Re: Pushing Arrays
in thread Pushing Arrays

Of course, for situations like that, you don't actually need a loop. You can just
push @setargs, whatever loop
where whatever loop isn't a loop, but is the list (or array) being iterated over in the original code.

Caution: Contents may have been coded under pressure.