Help for this page

Select Code to Download


  1. or download this
    
    use HTML::HTML5::Parser;
    ...
    my $nodes = $xml->findnodes('//*[local-name()="title"]');
    say $nodes->get_node(1)->textContent;