Hi,
I am working on Perl5. I have writtem a perl program that calls another perl program using the system() function. In the second perl program I want to write to a file using the open() function.
The second program works fine when called individually, but when the first program runs, the system function returns:
$?=0, but the second program does not get executed.
Can anyone help me with this.
The same set of programs run fine on Unix.
I am working on Perl5. I have writtem a perl program that calls another perl program using the system() function. In the second perl program I want to write to a file using the open() function.
The second program works fine when called individually, but when the first program runs, the system function returns:
$?=0, but the second program does not get executed.
Can anyone help me with this.
The same set of programs run fine on Unix.