for( @input ) { if( /$start/ .. /$finish/ ) { do_this(); } else { do_that(); } }