Removing HTML tags: is there a Perl-equivalent to PHP 'strip_tags'?

From: Francesco Moi (francescomoi_at_europe.com)
Date: 05/31/04


Date: 31 May 2004 07:28:47 -0700

Hi.

I've got some HTML texts, but I want to remove HTML tags from it.
I mean, convert '<b>foo</b>' into 'foo'.

In PHP you can use 'strip_tags':
http://www.php.net/strip_tags

Is there any Perl-equivalent?

Thanks.



Relevant Pages