Hi ,

I have executed a Perl script from csh[c shell ] and  saw that exit
<number> is for shell from where it is invoked .
Exit 100; at the end is captured by shell.
Exit value can be  up to 127.

But I couldn't get what is <number>; ???? Stands for.

Any one can help here ... please

Thanks in advance
Arjun

Deserve before you desire







-----Original Message-----
From: Beast [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 14, 2005 9:29 AM
To: beginners perl
Subject: 0; and 1;



I coudn't find any reference (yet) the meaning of 0; or 1; in the end of

perl program.

It means exit or return value? when I explicitly type "return 0;" it
gives error, but when I give "exit 100;" the value of $$ isn't 100
anyway.


--

--beast


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





Confidentiality Notice

The information contained in this electronic message and any attachments to 
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

--
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