in reply to Re: File Copy with Array
in thread File Copy with Array

Thanks everyone for the help. It turned out that the array was picking up a line feed from the text input file and trying to copy that as well. Using the < >'s helped because I noticed that the line kept breaking. I used a chomp function, and that seemed to take care of it. Thanks again! Naomi