mummra1 has asked for the wisdom of the Perl Monks concerning the following question:
I've found little documentation on how to actually extract these values. I'm relatively new to perl, but ok with OOP concepts. Thanks in advance!{ # package::myPackage value1 => $some_value, # int value2 => $some_value, # int value3 => { # package::differentPackage nestedvalue1 => $some_value, # int nestedvalue2 => $some_value, # int }, }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using getters with SOAP::WSDL inside out objects (fault)
by tye (Sage) on May 29, 2013 at 15:21 UTC | |
by mummra1 (Initiate) on May 29, 2013 at 15:34 UTC | |
by tye (Sage) on May 29, 2013 at 15:54 UTC | |
by mummra1 (Initiate) on May 29, 2013 at 18:47 UTC | |
by mummra1 (Initiate) on May 29, 2013 at 16:08 UTC |