in reply to Stuff the keyboard buffer
The problem is that you are on Win32 ;-) But seriously your app will be running in a terminal window (tty) or Win32s version thereof. The easiest solution will be to use Win32::GuiTests SendKeys method. A console window is really just another GUI with lots of black stuff. You can check out the XS code if you want to see the underlying code which hooks straight into windows.h
cheers
tachyon
|
|---|