if((my $first = /^Info I want/) ... (my $last = /^Start of/)) { print unless $first || $last; } [download]
In reply to Re: Parse a block of text by Cristoforo in thread Parse a block of text by annie06