Help for this page

Select Code to Download


  1. or download this
    my @places = @{$parse->{Placemark}};
    while (my ($key, $val) = each %{$place}) {
        printf "%s is at %s\n", $key,  $val->{Point}{coordinates};
    }