in reply to
Stripping of HTML content
As for speed, you can benchmark various approaches using
Benchmark
,
Benchmark::Timer
, or
Time::HiRes
. See also
Benchmarking Your Code
.
Comment on
Re: Stripping of HTML content
In Section
Seekers of Perl Wisdom