Help for this page
$SIG{HUP} = $SIG{INT} = $SIG{TERM} = 'IGNORE';
$SIG{ALRM} = sub { die "$$ timed out" }; alarm 30;