From: Chris W. <ch...@cw...> - 2003-11-25 02:46:03
|
Vsevolod (Simon) Ilyushchenko wrote: > Another question - why exactly do you not allow the user to set field > values via function calls like this: > $object->field($value); > in addition to > $object->{field} = $value; > ? You should be able to do both. But I ran the attached script and got the following: $ perl use_spops_method_mutators.pl Field: Set by hash Field: Set by hash Oops... I'll do some research into this. Chris |