I am looking for a perl routine that will strip HTML from a text file and allow me to setup exceptions. For example, remove all HTML except <B> <I> <U> <P> and their close tags, and optionally (preferably) clean up any <P> tags so that contain just <P ALIGN="LEFT"> (or right or center). Is there such a beast out there before I write my own code?