cgi-dev

Repository that serves as my CGI "scratchpad" to try things out.
git clone git://git.samirparikh.com/cgi-dev
Log | Files | Refs | README

commit 7569b9d28ef9a829ed06a852f5031e82402d6ced
parent 47642a855b74cba6f9b632826e8989373da3d59c
Author: Samir Parikh <noreply@samirparikh.com>
Date:   Wed,  2 Mar 2022 13:58:13 +0000

update hangman game to use simple cookie to store state

Diffstat:
Mhangman2.cgi | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hangman2.cgi b/hangman2.cgi @@ -1,7 +1,7 @@ #!/usr/bin/perl -# file: hangman1.cgi -# hangman game using hidden fields to maintain state +# file: hangman2.cgi +# hangman game using simple cookie maintain state use IO::File(); use CGI qw( :standard );