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


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

Thanks,  s/<.+?>//g; is awesome, it removes all html tags, but I agree will that I should use HTML Parser, as I have parser thousands of URL and it is a big risk to use regex. Also, I found that website generates XML pages so we can parse :) so any XML parser you can suggest? I found XML::Parser and will try that.