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