Hello, I need to extract text out of html docs to do search word highlighting in context. (You know, like google's output.) So, is there a "fastest" method to do this -- better than just using HTML::Parser, setting a flag when I catch <body> and then storing the text? (short of pre-processing the html documents?) Thanks, Bill Moseley mailto:[EMAIL PROTECTED]
