syswrite blocked

2004-12-02 Thread Lin Jingxian
hi, I have write a script to expose a COM port as tcp server.in the readComm subroutine ,the thread just block in the line: my $ret = syswrite($sock,$buf); can anybody tell me why syswrite blocked here ? thansk. following is my code: ===

Win32-API GetAsyncKeyState

2004-12-02 Thread mailware
hi all, I need to be able to log keys typed. I cannot use Win32::GuiTest module, because the 'IsKeyPressed' function does not work with perl 5.8. Using the win32 api seems to be a good option. how do i get key strokes using perl and the win32 api? eg. "how do i use GetAsyncKeyState in perl?

Re: drag-n-drop problem with build 810

2004-12-02 Thread Jeff Griffiths
Arnold Wiegert wrote: Where do I find older builds?? ftp://ftp.activestate.com ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: drag-n-drop problem with build 810

2004-12-02 Thread $Bill Luebkert
Arnold Wiegert wrote: > Within the last few days I have upgraded to the 810 build of Perl 5.8.4 > and now the Perl/Tk canvas drag-n-drop example (and my own code derived > from it) refuse to run. > > Where do I find older builds?? > > = > > The example is taken fro

drag-n-drop problem with build 810

2004-12-02 Thread Arnold Wiegert
Within the last few days I have upgraded to the 810 build of Perl 5.8.4 and now the Perl/Tk canvas drag-n-drop example (and my own code derived from it) refuse to run. Where do I find older builds?? = The example is taken from (see code below): http://www.perl.com/pub

IPC::Open2 & Net::Telnet

2004-12-02 Thread vega, james
I've been trying to write a script that controls an interactive command-line program. From the searching I've done, it looks like IPC::Open2/IPC::Open3 paired with Net::Telnet would be the easiest way to do this on Windows. The included script is my attempt, however I get the following error when