http://qs321.pair.com?node_id=266274


in reply to Small Problem with running Perl Scripts in Windows

This is a common problem. You can run it from the command line or, if you want to double click on it, you can add the following two lines to the end of the program:

print "Hit the <ENTER> key to terminate this program"; <STDIN>;

Cheers,
Ovid

Thanks to grantm for catching my "any key" typo.

New address of my CGI Course.
Silence is Evil (feel free to copy and distribute widely - note copyright text)