if( /block-start/ .. /block-end/ ) { $block .= $line; $hit = 1 if /match-plz/; } else { print $block if $hit; $block = $hit = undef; # reset }