Are there any event modules that support STDIN polling (especially "reading") of the Windows command prompt? I've tried Event and AnyEvent (including AnyEvent::Impl::Perl) but to no avail. Is there any way I can poll keyboard inputs on the Windows command prompt at real-time rather than using a blocking endless loop?