Hi,

C:\Documents and Settings\Octavian>taskkill /pid 1980
ERROR: The process "1980" not found.                                           
C:\Documents and Settings\Octavian>perl -v
This is perl, v5.10.1 built for MSWin32-x86-multi-thread
(with 2 registered patches, see perl -V for more detail)
C:\Documents and Settings\Octavian>perl -e "print kill(0, 1980);"
1 

So the process with the PID 1980 doesn't exist, but kill(0) reports that it 
exists.
Am I doing something wrong or there is a bug in this version of Perl?

Thanks.

Octavian

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to