|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: Killing the child process is not workingby BrowserUk (Pope) |
| on Mar 20, 2013 at 07:29 UTC ( #1024459=note: print w/ replies, xml ) | Need Help?? |
|
$child_pid = $$; $$ is not the child process identifier. You have the parent process trying to kill itself. But, more fundamentally, fork does not work properly on Windows; and you are wasting your time writing new code that tries to use it. With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||