I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-11-20 04:45:52-08 by noah in response to 11667
Re: retrieving array output

Without your WSDL I can't verify for certain, but here's what I suspect: you can't call get_tableRecord because, as seen in your output, the result of get_WSGbdRecord() is an array; what you have is a perl array of WSGbdRecord objects, which you can iterate over.

--noah
Direct Responses: Write a response