On Wed, Aug 15, 2001 at 12:14:25PM +0200, Jos I. Boumans wrote:
> it's in the last line:
> kill 'HUP',`cat $PIDFILE`;
> 
> it's a unix command to kill *nix processes... which of course won't work on
> windows...

kill does work on Windows, and in 5.6.1 (possibly 5.6.0 too) even works on
arbitrary process numbers.  See perldoc perlport.

Though it very well could be that kill on Windows doesn't understand 'HUP',
and would prefer a number, rather than a name.

 
Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to