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 :)