my @res = $twig_root->get_xpath($xpath_arg); foreach ( @res ) { print $_->xpath . " : "; print $_->text . "\n"; }