in reply to Foreach Loops
Update:for(0..@arr){ $arr[$_] }
for(1..@arr){ print $arr[--$_], $_, $/ } # diff ?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Foreach Loops
by samtregar (Abbot) on Mar 15, 2005 at 19:42 UTC | |
by sh1tn (Priest) on Mar 15, 2005 at 20:00 UTC | |
by samtregar (Abbot) on Mar 15, 2005 at 20:44 UTC | |
by sh1tn (Priest) on Mar 15, 2005 at 20:54 UTC |