Subject: | kill 0 check not enough |
"perldoc perlipc" recommends to use the following line for the check
whether a process is alive:
kill 0 => $pid or $!{EPERM}
Using only "kill 0" fails if the checking process has a different uid
from the checked process.
Regards,
Slaven