Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
while (@array1) { next if defined $skip{$_->[0]}; push @array2, shift @array1; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: changing array elements
by grinder (Bishop) on Nov 29, 2002 at 08:50 UTC | |
|
Re: changing array elements
by jmcnamara (Monsignor) on Nov 29, 2002 at 09:01 UTC | |
|
Re: changing array elements
by jmcnamara (Monsignor) on Nov 29, 2002 at 10:16 UTC |