in reply to Re: Matching over two lines
in thread Matching over two lines

Escaping the pipe did the trick

The reason I'm clearing $orderfound where I am is because the UB line could be 1 or more lines later than the MSG-HDR line, so I don't want $orderfound to clear until I've matched that line.

Thanks much...