Help for this page

Select Code to Download


  1. or download this
    [root@mycomputer html]# ls -lah /data/geocode/ca/geocode_ca.db 
    -rw-r--r-- 1 root root 60M May 23 18:04 /data/geocode/ca/geocode_ca.db
    ...
    my $longitude = $result->paramsout;
    print "Latitude: ".$latitude."\n";
    print "Longitude: ".$longitude."\n";
    
  2. or download this
    [root@mycomputer html]# ./geocodeclient.pl 
    
    ...
    require("geocode.pm");
    SOAP::Transport::HTTP::CGI->dispatch_to('geocode')->handle;
     at ./geocodeclient.pl line 11