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?
Comment on
Re^2: Sending <ctrl><break> to java
In Section
Seekers of Perl Wisdom