Hello group.  I am getting an error in my apache logs that is not clear to me what 
exactly is wrong.

I get the same error in different scripts, and completely different lines, so I'll 
just post one and hopefully once I know how to fix this one, I can fix the rest.

Line 27:

$cookie = $addtocart_co->cookie(-name=>'incart', -value=>$pid . ":" . $pidsincart, 
-expires=>'+1h');
print


$cookie, $pid, and $pidsincart are all predefined with values.

I get the error:

Use of uninitialized value in concatenation (.) or string at 
c:\PROGRA~1\APACHE~1\APACHE\CGI-BIN\ADDTOC~1.PL line 27.

It doesn't impact my program in any way I've seen so far, but it's annoying because it 
fills my apache logs unnecessarily.

Thanks for any help!

-Dave

Reply via email to