How to convert ArrayOfstring in SOAP into an array of PERL?

How to convert ArrayOfstring in SOAP into an array of PERL?

am 24.07.2007 21:25:05 von chandrag

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