Re: exit code
- From: tlloreti@xxxxxxxxx (Tatiana Lloret Iglesias)
- Date: Fri, 29 Jun 2007 12:58:18 +0200
Sorry.. but I don't understand what do you mean ...
On 6/29/07, Paul Johnson <paul@xxxxxxxx> wrote:
On Fri, Jun 29, 2007 at 11:08:19AM +0200, Tatiana Lloret Iglesias wrote:
> Hi all,
>
> when I execute my perl script in my local machine and I get to a
controlled
> error situation i've got as exit value 777
>
> if(!$test){
> $failed_times =$failed_times +1;
>
> if($failed_times ==3)
> {
> exit(777);
> }
> sleep 15;
> }# if $test
>
> but when i execute the same script with the same controlled error
situation
> I've got as exit value 9 which seems a generic error code
>
> Any idea ?
Exit statuses are stored in eight bits.
> Thanks!
You're welcome.
--
Paul Johnson - paul@xxxxxxxx
http://www.pjcj.net
- Follow-Ups:
- Re: exit code
- From: Martin Barth
- Re: exit code
- References:
- exit code
- From: Tatiana Lloret Iglesias
- Re: exit code
- From: Paul Johnson
- exit code
- Prev by Date: Re: exit code
- Next by Date: Re: exit code
- Previous by thread: Re: exit code
- Next by thread: Re: exit code
- Index(es):
Relevant Pages
|