Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Getting HTML::Parse to work (was: HTML::Parse)

by kilinrax (Deacon)
on Jun 24, 2003 at 17:20 UTC ( [id://268600]=note: print w/replies, xml ) Need Help??


in reply to Getting HTML::Parse to work (was: HTML::Parse)

In an act of blatant self-promotion, I'd suggest you use HTML::Strip:
use HTML::Strip; my $hs = HTML::Strip->new(); my $clean_text = $hs->parse( $raw_html ); $hs->eof;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://268600]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found