in reply to Re^2: Help with HTML::StripScripts::Parser
in thread Help with HTML::StripScripts::Parser

I found a solution maybe not the best but works
$HTML =~ s/<h2[^)]*h2>//g;
No more H2 tags and class attributes OK