Subject: | uninitialized value in subroutine entry |
I get the following warning messages upon calling the path function on a
geo google object where I have passed it two location objects.
my ($commute) = $geo->path($home,$work);
Use of uninitialized value in subroutine entry at
/usr/local/share/perl/5.8.7/Geo/Google.pm line 507.
Use of uninitialized value in subroutine entry at
/usr/local/share/perl/5.8.7/Geo/Google.pm line 522.