exit code
- From: tlloreti@xxxxxxxxx (Tatiana Lloret Iglesias)
- Date: Fri, 29 Jun 2007 11:08:19 +0200
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 ?
Thanks!
T
- Follow-Ups:
- Re: exit code
- From: Paul Johnson
- Re: exit code
- Prev by Date: delete from java temporary file generated from PERL
- Next by Date: Re: exit code
- Previous by thread: delete from java temporary file generated from PERL
- Next by thread: Re: exit code
- Index(es):
Relevant Pages
|