I'm getting this error (warning?) in my Apache error log:

Use of uninitialized value in string ne

Here's the offending line.

if ($titlelink ne undef)

I tried initializing at the beginning of the script with

$titlelink = "";

but I think a subsequent call to a mysql database is then unitializing the scalar when no data flows in.

I'd like to stop the error messages even though they don't seem to matter. I don't like unnecessary clutter in my error logs.

Thanks.
--
Peter Fleck
Webmaster | University of Minnesota Cancer Center
Dinnaken Office Bldg.
925 Delaware St. SE
Minneapolis, MN  55414
612-625-8668 | [EMAIL PROTECTED] | www.cancer.umn.edu
Campus Mail: MMC 806

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to