Rom Active member Jul 8, 2020 #1 My perl script no longer reading user as logged in. Was there a change from 1.5 to 2.0? Thanks for any info or help. Last edited: Jul 8, 2020
My perl script no longer reading user as logged in. Was there a change from 1.5 to 2.0? Thanks for any info or help.
Rom Active member Jul 8, 2020 #2 this is what I have: Code: use strict; use CGI; my ($query) = new CGI(); print $query->header(); foreach ($query->cookie()) { printf "Cookie: [%s]=[%s]<BR>\n", $, $query->cookie($); }
this is what I have: Code: use strict; use CGI; my ($query) = new CGI(); print $query->header(); foreach ($query->cookie()) { printf "Cookie: [%s]=[%s]<BR>\n", $, $query->cookie($); }