Hi I posted yesterday about HTML parsing, and I've been trying to figure out how to use the HTML::TokeParser. I was pointed to the tutorial yesterday but am a little stuck. Maybe someone can help me get a start. Basically I'm trying to go through all the INPUT+TEXTAREA tags in my local HTML file and take the name of the field which is in the tag and looks like name=var1 or name="var1". Thank you very much.