in reply to Re^3: Any event modules that support STDIN polling for Windows?
in thread Any event modules that support STDIN polling for Windows?

I just found out that I've already had Gtk2 DLLs installed and listed in the Path environment variable. Hence Perl attempted to use those DLLs instead of the ones I've fetched on recommendation by the Perl Package Manager. Since then, I've resolved the conflict and was able to run the piece of code you showed me. However just like most of the other modules that I've tried, it didn't respond to my keypresses.
  • Comment on Re^4: Any event modules that support STDIN polling for Windows?

Replies are listed 'Best First'.
Re^5: Any event modules that support STDIN polling for Windows?
by zentara (Cardinal) on Aug 30, 2010 at 18:19 UTC
    However just like most of the other modules that I've tried, it didn't respond to my keypresses.

    I think you have a low level software problem, ( maybe the win32 keystroke recorders are grabbing the keyboard, bwahaha :-)) Seriously, if multiple modules are ALL not responding to keyboard events, it may be a defective operating system. Maybe you need a few of the System patches provided by Microsoft?


    I'm not really a human, but I play one on earth.
    Old Perl Programmer Haiku ................... flash japh
      My colleagues' are facing the same problem too. I wished MS would release a patch to fix this. I also wished that Perl module creators would not deliberately overlook the compatibility of their works in Windows because I know at least one module that really admitted so in its in-code comments. It doesn't necessarily have to be a downloadable module. It could be a hack as long as it works and doesn't consume noticeable CPU and memory.