NAME

waitpid - wait for a particular child process to die


SYNOPSIS

waitpid


DESCRIPTION

Wait for a child process to change state. This is identical to Perl's builtin waitpid function.

	$pid = POSIX::waitpid( -1, &POSIX::WNOHANG );
	print "status = ", ($? / 256), "\n";