Hi,

I think the question at hand may be quite simple, though I could not
figure the asnwer out :-))

MyScript.pl runs an other script (foo.pl) with the system call:

system foo.pl arg1 arg2 ;

I would like to have a status report (error flag) from foo.pl, which
does some exit's and die's at error occurences. How can I catch these
in MyScript.pl? What does die deliver as error code?

REgards,

Gabaux

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to