my @temp= grep /start/../stop/, @data; pop @temp; shift @temp; foreach (@temp) { ... }