Re: blessing a reference containing a digraph

2011-11-16 Thread Jim Gibson
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

blessing a reference containing a digraph

2011-11-16 Thread blawson
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

Blessing a reference

2005-05-04 Thread glidden, matthew
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