RE: Script Exit Status

2003-12-02 Thread Tim Johnson
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

RE: Script Exit Status

2003-12-02 Thread Kipp, James
> > > 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

Script Exit Status

2003-12-02 Thread Paul Kraus
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