Help for this page

Select Code to Download


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