for( @input ) { if( /$start/ .. /$finish/ ) { do_this(); } else { do_that(); } } [download]
In reply to Re: Iteration condition... by rhesa in thread Iteration condition... by abachus