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