- or download this
use strict;
use warnings;
...
my $ascii = HTML::FormatText->new->format(parse_html($html));
print $ascii;
__END__
- or download this
Tricking website into thinking your a browser by Anonymous Monk on Ma
+r
22, 2009 at 16:13 UTC (replies) http://perlmonks.com?node_id=752400
...
Back to Seekers of Perl Wisdom
- or download this
$ pmvers HTML::Parse HTML::FormatText LWP::Simple
HTML::Parse: 2.71
HTML::FormatText: 2.04
LWP::Simple: 5.810