in reply to Re^2: How can I call a class method of the object's parent class?in thread How can I call a class method of the object's parent class?
sub set() { my $this = shift; my $id = shift; $this->{-values}->[$this->{-selected}] = $id; } [download]