Hello all, I have an HTML file that I need to extract the text data from. What modules do I need to be able to do this?
I was looking at HTML::Parser but it doesn't make any sense and probably not what I'm looking for. my simple input file will look like this: <HTML> <HEAD> <TITLE>Bin Server</TITLE> </HEAD> <BODY> <p>Data that I need</p> <p>Data that I need</p> </BODY> </HTML> I want the output to just be lines of "Data that I need" stored in a string, that I can work on each line one at a time, or in an array or something like that would be great. Any suggestions? Thanks. -- Scott -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>