![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re^2: Removing text between HTML tagsby perll (Novice) |
on Sep 23, 2014 at 10:10 UTC ( #1101619=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|