Help for this page
use strict; use warnings; ... my $thr = threads->create('thr_func'); $thr->kill('HUP')->join();
Signal SIGHUP received, but no signal handler set.