ok I have a modified version of that code system(targetfile.pl, @array);
how do I modify the "other files" open(HANDLE, final.txt) to now handle the array the same way as the final input since I was reading each $line of the file and then processing accordingly. Will $line pull each item in the array the same as the file way?
Thanks