in reply to Re: Re: Seeking feedback on Tic-Tac-Toe
in thread Seeking feedback on Tic-Tac-Toe
If you are attempting to run from the command line you must run it as perl -wT scriptname. Also, if running on windows with IIS, you have to either change the association of (.cgi|.pl) to use perl.exe -wT, or simply run without. I run without, but build my scripts and test on my localmachine (from command line) with perl -wT.