Help for this page
Wx::Event::EVT_TEXT($self, $IcqText, sub { my ($self, $event) = @_; $self->{AMP1}->Icq(($IcqText->GetValue) / 1000 +);});
Wx::Event::EVT_TEXT($self, $IcqText, sub { my ($self, $event) = @_; ... $self->{AMP1}->Icq(($IcqText->GetValue) / 1000 +); } });