- or download this
?xml version
<GeocodeResponse>
<status>OK</status>
...
<short_name>1600</short_name>
<type>street_number</type>
</address_component>
- or download this
mytable = {
[GeocodeResponse] = {
[result] = {
...
}
}
};
- or download this
if(length($content) >= 10 && $content =~ m/\<status\>OK\<\/status\>/)
+{
my @lines = split /\n/, $content; $depth=0;
%myarray = (); $arrayKey = {};
...
}
}
}