I need to take some HTML text and strip it of only certain HTML tags (the rest can stay). I took a look at HTML::Strip and it seems I can either strip all HTML tags or only a list of certain HTML tags. Is there some way to get it to strip everything EXCEPT a certain list of tags? Is there some other module I should be looking at instead?