This is from memory, so if I messed up, I'm sure someone will correct me. {grin}my $errcode = $? >> 8; my $core_was_dumped = !!($? & 128); my $signal_that_killed_it = $? & 127;
-- Randal L. Schwartz, Perl hacker
In reply to RE: Re: knowing if process dies.
by merlyn
in thread knowing if process dies.
by Punto
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |