Hello,
I have a perl file that generates an array of string variables. What I want to do is to pass that array to another perl file (in the same directory) instead of writing the array results to a file and then reading them in by the "other file".
Is there any way to send my array results to the next file so that it can parse the file, thereby saving the array in memory? I have been reading about the "exec" command but haven't found any code examples using a Windows box.
Thanks!