in reply to Re: Re: Double quoted string as method call
in thread Double quoted string as method call
I find it ugly because
- you have to specify the object twice for one method call
- if you're assumption about the existance of the method is wrong you get a very poor error message
- it uses unnecessary dereferencing
ihb