Help for this page
foreach (@lines) { next unless /start-phrase-here/ .. /stop-phrase-here/; # process }
my $flag; foreach (@lines) { ... # process }