From: Anthony T. <aa...@ve...> - 2004-01-15 16:43:33
|
> Sorry, the "uninitialized value in concatenation" message is not from > IDS. I have no other error messages that I can find... >> Use of uninitialized value in concatenation (.) or string at (eval >> 14) line 15. >> [Thu Jan 15 10:40:02 2004] [error] [client 66.23.217.198] Premature >> end of script headers: /home/web/runslinux.net/photos/index.cgi >> I believe that it's a Perl error. Look at the abovementioned line(s) and see if there's an expression using Perl's . operator to concatenate strings, ie., something like $foo = $bar . "blah blah \n"; or $foo =. "\n"; |