in reply to Re: Sending <ctrl><break> to java
in thread Sending <ctrl><break> to java

Thanks for the replies.

I tried:

kill('ABRT',$pid);
kill('BREAK',$pid);

Win32::Console->GenerateCtrlEvent(CTRL_BREAK_EVENT, $pid);

No dice. Any other ideas?