in reply to Re: HTML stripper...
in thread HTML stripper...
Indeed. You are probably going to go straight to something like HTML::Parser ... a true parser that can invoke action-routines when a particular construct has been recognized, no matter what it actually takes to recognize the presence of a construct.