Help for this page
foreach (grep /start/ .. /stop/, @data){ # do_stuff }
foreach (grep /start/ .. /stop/, @data){ next if /start/; ... # do stuff }