At 7:12 PM -0800 11/16/11, blawson wrote:
Hi, I'm a newbie to perl and am having trouble with list vs scalar.
There is
an example in Programming Perl where an object is blessed and returned
from its constructor as:
return bless \$value => $class;
I am very unclear what is
Hi, I'm a newbie to perl and am having trouble with list vs scalar.
There is
an example in Programming Perl where an object is blessed and returned
from its constructor as:
return bless \$value => $class;
I am very unclear what is happening here. The class name is returned
b
This may be a SOAP::Lite specific question, but maybe not. In the script
below, the $soap variable gets a hash reference after calling ListBooks().
(I've verified this by printing the value itself, rather than calling
"valueof" on it.)
However, when I call valueof, it gives a "can't call method va