----- Original Message -----
From: chad smith <[EMAIL PROTECTED]>
Date: Friday, July 1, 2005 11:54 am
Subject: Help diagnosing error

> Hello,
Hi,
> 
> I'm receiving the error below:
> 
> "Use of uninitialized value in concatenation (.) or string at
> C:\www\opma-cgi\statusview.pl line 343."
> 
> when running the attached script.  Any thoughts on the cause of
> this error?  Also, attached is the output.

One of the variables you are printing must have no value, or a value of 0. 
Looking through your code it's probably either $intoinit or $dessdate.

HTH,
Mark G.


> 
> Regards
> -cms
> 
> 
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>

Reply via email to