http://www.perlmonks.org?node_id=1007363


in reply to using perl to "press enter"

It sounds to me as though you really want an automated test application, or to create one in Perl. I bumped into Win32::GuiTest which seems to do the sort of thing you want. i.e. send keystrokes to a Windows application.

A Monk aims to give answers to those who have none, and to learn from those who know more.