Oh, I'm going to be reworking the module to be able to read in chunks (so you can send it a filehandle, instead of a string).use YAPE::HTML; my $parser = YAPE::HTML->new("..."); while (my $chunk = $parser->next) { print $chunk->text if $chunk->type eq 'text' }
In reply to Re: HTML content extractor
by japhy
in thread HTML content extractor
by Nooks
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |