in reply to Iteration condition...
for( @input ) { if( /$start/ .. /$finish/ ) { do_this(); } else { do_that(); } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Iteration condition...
by kyle (Abbot) on Mar 31, 2008 at 15:10 UTC | |
by rhesa (Vicar) on Mar 31, 2008 at 15:22 UTC |