1. My aim (for today) is to read-in the HTML file on a filehandle, check for the presence of the word and letter spacing attributes and print out a 'success, patterns are in the document' message. #### 2. Next is to remove the attributes with 'substitute', write the coorections to the HTML source file, and open the browser to see if the its worked. #### 3. I'm going to remove the attributes from the styles (in-line styles at the moment), check the source file for the absence of them, and re-include them within the tags. #### Thanks for your patience, brethren...