Help for this page
use warnings; use strict; use 5.010; use XML::Twig; ... my $tw = XML::Twig->new; $tw->parse_html(q(<p>The Cow Jumped<br>Over the Moon</p>)); say html_text($tw->root);