in reply to Re: Seeking feedback on Tic-Tac-Toe
in thread Seeking feedback on Tic-Tac-Toe
is now the begining of the program, however when I tried to put -Tw in I got a error stating it was to late for -T...#!/usr/local/bin/perl -w use strict; use CGI ':standard'; my ($clear,$team,$across,$down,$move,$file,$file2,$line);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Seeking feedback on Tic-Tac-Toe
by the_slycer (Chaplain) on Jul 12, 2001 at 04:20 UTC | |
|
Re: Re: Re: Seeking feedback on Tic-Tac-Toe
by synapse0 (Pilgrim) on Jul 12, 2001 at 04:28 UTC |