or something like that :)use POSIX; # ... if (!defined($pid=fork()) { # fork fails } elsif($pid) { # parent waitpid(-1, WNOHANG); # run code here } else { # child }
.02
cLive ;-)
In reply to Re: Continue when the client abort
by cLive ;-)
in thread Continue when the client abort
by eial
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |