Skip to content

Instantly share code, notes, and snippets.

@am0c
Created October 4, 2010 11:17
Show Gist options
  • Save am0c/609534 to your computer and use it in GitHub Desktop.
Save am0c/609534 to your computer and use it in GitHub Desktop.
<John____> 아 혹시...... 뭔좀 하나 질문 하고 가도 되나요??
<John____> 윈도우에 어플리케이션 종료를 위해 특정 시그널을 보내고 싶은데 perl 에서 가능 할까요??
<John____> 아는 지인은 api 로 만들라고 하셔서 ㅡㅡ;;;
----
<am0c> How do I send a Windows-Message in perl?
<Botje> what do you mean a windows message?
<Botje> something like NET SEND of earlier?
* aruntomar ([email protected]) has joined #perl
<EdwardIII> UGH
<tm604> ne2k__: the LibXML SAX stuff usually works well enough for that, not sure if that's what XML::Parser is doing?
<am0c> I mean an event message like WM_DESTROY
<tm604> am0c: Try Win32::GUI?
<am0c> tm604: Is it possible to send to other process with this module?
<tm604> Sure. At least, I think that's the one that supports PostMessage etc., also there might be other modules that are a bit less primitive, depending on which messages you're trying to post?
* sabrehagen ([email protected]) has joined #perl
* bruceb3` has quit (Ping timeout: 252 seconds)
<am0c> tm604: Ah... now I understand.
<am0c> thank you!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment