Help for this page
my @foo=$twig->get_xpath($my_xpath); my $bar=$foo[0]->text;
my $bar=$twig->get_xpath($my_xpath)[0]->text;