Punto has asked for the wisdom of the Perl Monks concerning the following question:
I have a perl script that uses open() to run another perl script, and and then print some data to it.
Is there any way to know if the opened process exits normally or dies with any error? (maybe using some other method.. open() is the easiest way.. :) I need the original process to exit with the same error as the opened process.. Is that possible?
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: knowing if process dies.
by tye (Sage) on Aug 24, 2000 at 18:35 UTC | |
|
Re (tilly) 1: knowing if process dies.
by tilly (Archbishop) on Aug 24, 2000 at 16:52 UTC | |
|
Re: knowing if process dies.
by xdb19 (Sexton) on Aug 24, 2000 at 18:51 UTC | |
by merlyn (Sage) on Aug 24, 2000 at 18:54 UTC | |
|
Re: knowing if process dies.
by Punto (Scribe) on Aug 24, 2000 at 18:39 UTC |