Tell a Friend about 'Using Perl and Regular Expressions to Process HTML Files - Part 1'
If you have a friend that you would like to recommend this resource to, or if you just want to send yourself a reminder, here is the easy way to do it! Simply fill in your name and your e-mail address (so your friends do not think the email is spam and so that they can reply to you directly with thanks), the e-mail addresses of the friend(s) you wish to tell. If you want, you can also enter a message that will be included on the e-mail and check the box to send a copy to yourself. Then click the Send button. After sending the e-mail, you will be able to click a link to get back to the resource you recommended
Resource Title:
Using Perl and Regular Expressions to Process HTML Files - Part 1
Description:
Like many web content authors, over the past few years I've had many occasions when I've needed to clean up a bunch of HTML files that have been generated by a word processor or publishing package. Initially, I used to clean up the files manually, opening each one in turn, and making the same set of updates to each one. This works fine when you only have a few files to fix, but when you have hundreds or even thousands to do, you can very quickly be looking at weeks or even months of work.