http://qs321.pair.com?node_id=1101615


in reply to Re: Removing text between HTML tags
in thread Removing text between HTML tags

Thanks for suggestion:  s/<(.*)>/g; works like a charm, however I agree with all that it should be parse with HTML parsers so I am re-writing the code using HTML::TokeParser, hopefully that goes well :)