in reply to XML::LibXML::XPathContext findnodes() Question

Context
#scalar my $test = $doc->findnodes($xpath); #list my @test = $doc->findnodes($xpath);
wantarray