|
|
| Perl: the Markov chain saw | |
| PerlMonks |
How to kill a process after calling fork?by Anonymous Monk |
| on Jun 20, 2000 at 01:24 UTC ( [id://18924]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (programs and processes)
This is my code,
$pid = fork;
if($pid == 0)
{
exec " ";
}
How can I kill this process?
Originally posted as a Categorized Question.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||