I want to do 'system("pause" )' and have the pause command stick around until the user presses the space bar, but it just goes away immediately. Perl is running from a cmd instance. I am using Windows 7. I have searched for ways to communicate with the user via the keyboard, without success.