- or download this
use YAPE::HTML;
$p = YAPE::HTML->new($CONTENT);
...
for ($p->root) { # top-level elements
print $_->fullstring(\@exclude, $level);
}
- or download this
<b>Hi <i>there <s>folks!</s></i></b>
...
Visit my <img src="naked_woman.jpg"><a
href="http://www.pornsite.com/">porn site</a>!
- or download this
<b>Hi <i>there folks!</i></b>
<br><br>
Visit my porn site!