I am trying to have perl read in a file, and search for a certain line in the program (name="name.com"). I want to replace the "name.com" with a variable that is in a file listing email addresses. This will occur several places within the file. I then want to save the file where the filename will be the same as the replacement variable. I have a list of 100 names, so I should end up with 100 files. Thanks for your help to a newbie!