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
[download]
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.
Comment on
Re^2: Pushing Arrays
Select
or
Download
Code
In Section
Seekers of Perl Wisdom