Thread Datentyp PHP -> Perl (10 answers)
Opened by bianca at 2010-05-21 14:32

bianca
 2010-05-21 14:32
#137478 #137478
User since
2009-09-13
7016 Artikel
BenutzerIn

user image
Mahlzeit!

Wie lautet die Perl Syntax des folgenden PHP-Codes?
Code: (dl )
1
2
3
4
5
6
7
$client = new SoapClient('http://......./?wsdl',
array
(
"trace" => 1,
"exceptions" => 0
)
);

Also wie macht man in Perl dies Array/Hash Datenstruktur und übergibt sie dann an das SOAP::Lite?

Danke
10 print "Hallo"
20 goto 10

View full thread Datentyp PHP -> Perl