in reply to Re^3: HTML::TokeParser Problem
in thread HTML::TokeParser Problem

I'm parsing a web page that i have no control over the format of the content. Basically i get the webpage using the LWP::UserAgent module then i call the HTML::TokeParser on that web page. Then i call the while loop that is in my post. Im wondering if i can set what the TokeParser object that i create sees as ending the field so instead of it being an " i can set it to >

Any Suggestions would be great.