Any idea how can I use WWW::MapBlast module, not really sure what should be the correct format in the code that I am writing. Following is just a test code I am using from the documentation of CPAN
use WWW::MapBlast; #This modules takes in the country and gives the longitude and latitud +e of the that country. my ($lat, $lon) = WWW::MapBlast::latlon('United Kingdom', 'E14NS'); print ("$lat - $lon \n");
In reply to WWW::MapBlast module by maheshkumar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |