in reply to
Looking for module/code to compute distance using longitude and latitude
I think you're looking to use
Math::Trig
from cpan. It has a Great Cicle Distance calculation function. The link goes to the anchor for that function in the doc.
Comment on
Re: Looking for module/code to compute distance using longitude and latitude
In Section
Seekers of Perl Wisdom