in reply to RE: Re: I need help with some logic.
in thread I need help with some logic.

I didn't ask why you need to parse the html. I asked why you can't read the whole file. But I see what the issue is now, You are worried about font tags and line breaks breaking up your plain text. My advice is either forget all the breaks and join ' ', @lines or use a state machine to keep track of where you are as you parse.
  • Comment on RE: RE: Re: I need help with some logic.