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:
===
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?
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
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
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
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