View Single Post
Old 08-16-2007, 07:58 PM   #10
shotgunefx
FLAC
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Vehicle: 2002 Chrysler Sebring Coupe LXI
Posts: 1,747
My Photos: ()
Quote: Originally Posted by eurocarpc View Post
Use of uninitialized value in concatenation (.) or string at ./ge_cachebuild.pl line 48.

Same thing to me... I had to force the install of Geo:istance.

( Ubuntu 6.06 )

=(

Does it exit?

By itself, "Use of uninitialized value" is usually a harmless message.

Line 48 is checking to see if you passed a -lon (longitude) parameter, if you didn't, it will die with a usage message.

The usage message references $nw_long, which if you haven't passed a -lonvalue, will be "uninitialized", hence the warning. It shouldn't cause the program to exit, as it's a warning, not an error.

Why am I referencing a value that's not there? I had planned on adding a check to see if it looked like a valid lat/long, hence "Missing or invalid", just never got around to it.
shotgunefx is offline   Reply With Quote
Sponsored Links