in reply to Why isn't this simple method to join elements of 2 arrays not working

open $OutFile, ">>", "e:/File2";

Is wrong, use "<" to read, @Out must be empty otherwise.

">>" means appending !

Cheers Rolf

(addicted to the Perl Programming Language and ☆☆☆☆ :)