Is there some trick to this? use Win32::Console; $con = Win32::Console->new(STD_INPUT_HANDLE); @event = $con->PeekInput(); $tmp = chr($event[5]); print "\n The character typed was: $tmp \n";
If I use Input() instead of PeekInput() it works fine and the docs say that it is suposed to work the same as input, but does not remove input from the keyboard buffer. Thanks.... -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]