Wednesday, 14 August 2013

Perl - return from child using system 1 approach

Perl - return from child using system 1 approach

I'm calling a child script from my main script with below command: system
1, "perl C:\test.pl";
I want to know how can I return a value from above child to my main
script? Can somebody please help?

No comments:

Post a Comment