Re: exit status
- From: "Dr.Ruud" <rvtol+news@xxxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 20:08:55 +0200
Jerry Adair schreef:
Paul-
Not sure why I am getting the flack from you, but whatever.
Come on, Jerry. You don't follow the Posting Guidelines, you top-post,
you leave old text that you don't reply on, you hide your questions in
boring layers, and still there are people left here that are willing to
help you, so it must be Friday.
Please first read the Posting Guidelines now, they are there to help you
help yourself.
use strict;
use warnings;
inside script "1":
my $exitStatus = system( "<call to script #2>" );
print( STDOUT "exit=$exitStatus\n" );
This is not actual code that we can run. You should copy/paste exactly
the code that you run yourself.
You don't check for -1, you don't print $!.
--
Affijn, Ruud
"Gewoon is een tijger."
.
- References:
- exit status
- From: Jerry Adair
- Re: exit status
- From: Paul Lalli
- Re: exit status
- From: Jerry Adair
- exit status
- Prev by Date: Re: exit status
- Next by Date: Re: exit status
- Previous by thread: Re: exit status
- Next by thread: Re: exit status
- Index(es):
Relevant Pages
|