K
KevinO
Hi
I "inherited" a program which contains this line:
$a = $soap->call( $retrieveXmlList => @params )->result ;
I added:
print "$a\n" ;
Which produced:
HASH(0x50c5d4)
How do I proceed from here to see and parse the XML tree/data?
Thanks
KO
I "inherited" a program which contains this line:
$a = $soap->call( $retrieveXmlList => @params )->result ;
I added:
print "$a\n" ;
Which produced:
HASH(0x50c5d4)
How do I proceed from here to see and parse the XML tree/data?
Thanks
KO