1) Change your test for a cookie to:
if (!$cookieValue){
}
and your "unitialized variable" thing will disappear. This is a better way to text for
existence/non-existence as I understand it.
2) On the $cookieheader question: Look into "header_props" in the CGI::Application
docs and your questions will be answered. You can also set a cookie and redirect in on
operation by using "header_props" and "header_type" in the same return from a sub.
-DJCP
Kenny Pyatt <[EMAIL PROTECTED]> wrote:
> This is the default run mode in a project that I am working on. The goal is to see
>if the visitor has been
to the site before. The thought here is that cookies are the best (if
not only) way to do this. The problem
is interesting. I am getting the following error messages:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]