Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    use strict;
    ...
    my @nodes = $tree->findnodes($xpath);
    
    say $_->getValue for @nodes;