I want to check to see if the cookie does exist, and no the CGI.pm doc's don't have any thing at all about how to tell if a cookie does exist or not. I know how to tell if cookies in general exist. Just not one or the other
I have a cookie call my $useradmin = $cgi->cookie('admin');
How can I check to see if the cookie is there or not
Thanks
Joe