in reply to RE: RE: Re: HTML Tag Remover
in thread HTML Tag Remover

As said probably a few times before, you can't extract HTML with a simple regular expression. Get HTML::FormatText or one of the other HTML parsers from the CPAN.

-- Randal L. Schwartz, Perl hacker