EVT_BUTTON($self,$self->{button_start}, \&DeployTestThread ); #### # Prevents double detach attempts my $DETACHING :shared; #start your thread here before Wx DeployTestThread(); package MyApp; #### EVT_BUTTON($self,$self->{button_start}, sub{ $TERM = 0 } );
## # Prevents double detach attempts my $DETACHING :shared; #start your thread here before Wx DeployTestThread(); package MyApp; ##
## EVT_BUTTON($self,$self->{button_start}, sub{ $TERM = 0 } );