in reply to Re^2: unable to call a method reference with an argument
in thread unable to call a method reference with an argument

Just to clarify... The $self that goes with updt is implicit in the value of the attribute $self->{sub_to_call_on_keypress} whereas the $self explicit in the the above attribute is the SAME self that is also explicit in the attribute $self->{contents}
  • Comment on Re^3: unable to call a method reference with an argument