How do you stuff the keyboard buffer from within perl? I have a c program that reads using "getch()" and "kbhit()", and I need the perl program to write the "input" key selection. I've tried open2 and win32::console, print(STDOUT), but none of them work.