Help for this page

Select Code to Download


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