Hi there
I have hopefully a small problem. I have successfully compiled my perl script to an exe file. The only problem is, my output to screen disappears after 2 seconds, and I need it to stay open until the user "pushes any key". I have tried adding lines in my script to keep the window open, like <STDIN> and sleep 10 etc, which works via the perl script, but not via the exe file.
Any ideas?
Kind regards
Sam
I have hopefully a small problem. I have successfully compiled my perl script to an exe file. The only problem is, my output to screen disappears after 2 seconds, and I need it to stay open until the user "pushes any key". I have tried adding lines in my script to keep the window open, like <STDIN> and sleep 10 etc, which works via the perl script, but not via the exe file.
Any ideas?
Kind regards
Sam