Jenda Krynicky said:
> From: "Scott Taylor" <[EMAIL PROTECTED]>
>> I'm probably reinventing the wheel here, but I tried to get along with
>> HTML::Parser and just couldn't get it to do anything.  To confusing, I
>> think.
>>
>> I simply want to get a list or real words from an HTML string, minus
>> all the HTML stuff.  For example:
>>
>> <snipped>
>
> use HTML::JFilter qw(StripHTML);
>  # http://www24.brinkster.com/jenda/#HTML::JFilter
>
> $plain_text = StripHTML($text_with_html);

Oops, sorry, there it is, just really slow. :)


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to