in reply to Re^5: Using an array element as a loop iterator
in thread Using an array element as a loop iterator
maybe easier written with while loops?
while ($a[0] =shift @a1) { ... }
... well at least for me better readable :)
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Using an array element as a loop iterator
by Eily (Monsignor) on Nov 08, 2013 at 20:14 UTC | |
by LanX (Saint) on Nov 08, 2013 at 20:19 UTC | |
|
Re^7: Using an array element as a loop iterator
by gurpreetsingh13 (Scribe) on Nov 09, 2013 at 08:59 UTC |