Quote: Originally Posted by
eurocarpc 
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.