S
shrajan
Hi,
I have a script where I am running a command using system and then
using back quotes and I getting different exit status in both cases.
This only happens on linux Redhat 4.0 EL.
`opcmon OSSPI-syslogproc_2=0`;
print "value1 = $?\n";
system("opcmon OSSPIlogproc_2=0");
print "value2 = $?\n";
value1 is -1 and value2 is printed as 0.
Thanks,
Shiju,
I have a script where I am running a command using system and then
using back quotes and I getting different exit status in both cases.
This only happens on linux Redhat 4.0 EL.
`opcmon OSSPI-syslogproc_2=0`;
print "value1 = $?\n";
system("opcmon OSSPIlogproc_2=0");
print "value2 = $?\n";
value1 is -1 and value2 is printed as 0.
Thanks,
Shiju,