in reply to Re: Extracting Data from a second linein thread Extracting Data from a second line
while( <FH> ) { if (/red line/) { process(<FH>); } } [download]
This doesn't work as required. Replace
with