rlm@9: use Win32::GuiTest; rlm@9: while(1){ rlm@9: sleep 100; rlm@9: Win32::GuiTest::SendKeys("j"); rlm@9: }