Perldoc -f exit
-Original Message-
From: Paul Kraus [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 9:32 AM
To: [EMAIL PROTECTED]
Subject: Script Exit Status
Is there a way to have a perl script exit with a status code?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
>
>
> Is there a way to have a perl script exit with a status code?
>
> For instance I have ascript that calls another script via
> system("somescript");
>
> I want to then be able to get the exit status of that script.
>
> Paul
Have you seen the perldoc for system ?
The return value i
Is there a way to have a perl script exit with a status code?
For instance I have ascript that calls another script via
system("somescript");
I want to then be able to get the exit status of that script.
Paul
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EM