|
Hi,
I've used perl code with SOAP::Lite for accessing a web server.
I've got the result as ArrayOfstring.
I don't understand how to convert it into perl variable to print all those strings, what i actually need.
cuz, it's giving the result as
ARRAY(0x39451cc)
i don't understand what does it mean. In fact, it has to give an array that contains strings(some ids).
hope somebody helps with this problem.
thank u
chandrag
|