in reply to Re: Why am I getting message «Operation "<=>": no method found,» ?
in thread Why am I getting message «Operation "<=>": no method found,» ?

Thank you!

my $km = $gis->distance( $from_lat, $from_long => $to_lat, $to_long, )->value('km');

Works purrfectly

  • Comment on Re^2: Why am I getting message «Operation "<=>": no method found,» ?
  • Download Code