Arsench 0 Light Poster

Hello world,

I’m trying to call from one PERL script (file) to another PERL (file) script passing arguments.

The case is that I want to do it running multi threads. Example:

I have 2 arrays.

Array1 = (“arg1”,”arg2”);
Array2 = (“arg1”,”arg2”);

In parallel mode I want to run the publish.pl file giving the Array1 and Array2 arguments. Could you advice please?

Thanks in advance.