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


in reply to Re: Re: Server getting and utilizing cookie
in thread Server getting and utilizing cookie

Good catch sutch. I puzzled over your comments until I realized that I had mis-typed. The line in my post should, of course, be:
elsif $cgi->param("CookieTest") not elsif $cgi->cookie("CookieTest")
And with that, I think our solutions are substantially the same.