- or download this
sub button_press {
my $sthread = threads->new(sub { worker_thread() });
...
# Here we "return immediately" :)
return;
}
- or download this
#!/usr/bin/perl
use warnings;
...
}
);
}
- or download this
#!/usr/bin/perl
use warnings;
...
__END__