Help for this page

Select Code to Download


  1. or download this
    my @tagged_paragraphs = $twig->get_xpath('//p[string()=~/\[tag\]/');
    my @texts = map { $_->text() } @tagged_paragraphs;