Hi All,
I am trying to open a external command from Perl using system call. How can I pass arguments to it one after another? ( forgot to add this i am running perl on windows machine )
ex:- system("ex1.exe","arg1",arg2",....);
here ex1.exe is external command and i would like it to process arg1 first and then arg2 and so on...
I would appreciate for your reply,
-Abishek