Help for this page

Select Code to Download


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