Help for this page

Select Code to Download


  1. or download this
    use XML::LibXML 1.70;
    
    ...
    foreach my $result (@results) {
        print "Got result, with parent: ", $result->parentNode->getAttribu
    +te('name'), "\n";
    }