Hi there,
I know this must be very easy but I am new and learning Perl. I have two text files that need to be appended. I tried to solve with DOS command copy text1 + text2, but I couldn't handle newline problem. Is there a way to do this in Perl.
Thanks so much