On Mon, 24 Dec 2001, Stas Bekman wrote: > ok, here it is. Have no clue whether you can re-use this for win32.
+1. i'm sure it can't be used for win32, but hopefully Win32::Process does the right thing. > hmm, probably I should use POSIX::SIGINT() instead of 15 in kill. shame we have to pull in the POSIX.pm baggage just for WNOHANG. for kill, you can just use the signame with the builtin: kill SIGTERM => $$