RE: Returning value from system()

2004-03-03 Thread David le Blanc
> From: WC -Sx- Jones [mailto:[EMAIL PROTECTED] > Sent: Thursday, 4 March 2004 4:54 PM > To: [EMAIL PROTECTED] > Subject: Re: Returning value from system() > > [EMAIL PROTECTED] wrote: > > Hi all, > > I executed the same version of the perl script(code >

Re: Returning value from system()

2004-03-03 Thread WC -Sx- Jones
[EMAIL PROTECTED] wrote: 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

Returning value from system()

2004-03-03 Thread [EMAIL PROTECTED]
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