I am a new student of Perl. I wrote an application using TK for user interface. At some point of the program, I need to move the focus from TK to the command prompt windows. Currently I have to move and click the mouse to command prompt windows to get the focus, please show me how to automatically get focus in command prompt windows without using the mouse.
Thanks in advance.