> > What typically causes the following type of error in a CGI? > ----------------------------------------------------------- > Use of uninitialized value in concatenation (.) > at D:\inetpub\whatever\census\myscript.cgi line 272. > -----------------------------------------------------------
I don't know about this particular case, but I usually get that error when there is a variable with the undefined value incorporated into a string. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]