- or download this
EVT_BUTTON($self,$self->{button_start}, \&DeployTestThread );
- or download this
# Prevents double detach attempts
my $DETACHING :shared;
...
DeployTestThread();
package MyApp;
- or download this
EVT_BUTTON($self,$self->{button_start}, sub{ $TERM = 0 } );