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