Help for this page

Select Code to Download


  1. or download this
    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);