Help for this page

Select Code to Download


  1. or download this
    my @foo=$twig->get_xpath($my_xpath);
    my $bar=$foo[0]->text;
    
  2. or download this
    my $bar=$twig->get_xpath($my_xpath)[0]->text;