I'm wondering if the HTML:Parser mod will accomplish what i need to do or if there is a better way. I need to read from an html file, find a certain tag with a certain attribute and extract and replace everything between that tag (that is between the opening and closing tag be it text or more html)... and I may need to do it sa couple times within this page. Can this be accomplished using HTML::Parser, or is there a better way? I've done this with "less mature" scripting languages but my huntch is that perl can do it faster. Please advise o wise ones.
Thanks