http://qs321.pair.com?node_id=42365

spaz has asked for the wisdom of the Perl Monks concerning the following question:

I have several scripts which need to strip out (NOT IDENTIFY) HTML tags.
I currently use s/<[^>]+?>//g to remove all HTML tags on a given line.

Is this the correct way to get it done?
Is this the fastest way to do what I want?