Hi all,
      I executed the same version of the perl script(code is given below)
which use the system() function both in linux and solaris and got exit
values($?) as 65280 in solaris and -1 in linux.Any idea of why i am getting
two different values in different OS.
Thanks & regards,
s.viswanathan

system("3.sh");
print qq/The value is-->$?/;===>with solaris the value is 65280
                                with linux the value is -1


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to