alright, everyone keeps telling me to use
HTML::Parser...but i need to match each opening font tag with the correct closing font tag...see, for each font tag, i substitute code that sets the font color, font size, and font face seperately, so i also need to end the color, size, and face stylings seperately. to do that, i need to match each opening font tag with the closing font tag that directly follows it. how would i do that with
HTML::Parser? I've read through the pod documentation, and i don't see how i could do that...