Help for this page

Select Code to Download


  1. or download this
        while($sth->fetch()) {
            my %hash;
    ...
        }
        $sth->finish();
                  $dss->updatePLZInformationen(@ary);
    
  2. or download this
    sub updatePLZInformationen() {
        my @data = shift;
    ...
        return(@plz_info);
    }
    # --------------------------------------------------------------------
    +---------------------------- #
    
  3. or download this
    ?xml version="1.0" encoding="UTF-8"?>
    <soap:Envelope 
    ...
    </updatePLZInformationen>
    </soap:Body>
    </soap:Envelope>