Good day;

I apologize in advance if this is a very stupid question…

I'm trying to concatenate two files and have the results written to a 
third file. 
Maybe I'm missing something obvious... but in Perldoc for File::Copy I 
read: "The copy function takes two parameters: a file to copy from and 
a file to copy to."

What can I do if I have a second file I want to copy from? (i.e. Like 
DOS copy command: c:\ file1.txt + file2.txt file3.txt will copy the 
contents of file1.txt & file2.txt and put the combined contents into 
file3.txt)

Thank you all for your time.
Carl



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to