use strict; use warnings; use HTML::Strip; my $html = .....; my $hs = HTML::Strip->new(); my $clean_text = $hs->parse( $html ); $hs->eof; print $clean_text;
In reply to Re: how do I extarct text from web site
by Roger
in thread how do I extarct text from web site
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |