use Mojo::DOM; my $dom = Mojo::DOM->new->parse($text); for ($dom->find('p.entry-summary')->each) { print $_->all_text; }
(untested, but should work with only minor modifications).
In reply to Re: Extract text from repeated html parts
by moritz
in thread Extract text from repeated html parts
by vit
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |