Hi, I am not sure if it is what you want, but why not do it on the command line with the cat command? or may be use this oneliner "perl -e '{print `cat *.infiles`}' > out_file" or something similar. May be you could capture what you want using backticks and the above within your perl script.
hope this helps. aim. ================================================================ [EMAIL PROTECTED] wrote: > Hi All, > > Sorry if this is a stupid question. It took me awhile to figure out I > could use the File::Copy module to copy a file, and this is about the same > level of ignorance. > > Is there an easy way to concatenate two (text) files in Perl, short of > opening two to read and one to write and then loop loop looping the two > input files into the output file? > > TIA, > Peter > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]