Help for this page
$SIG{"ALRM"} = sub { print "TIME_OUT! at $timeout\n"; exit; }; alarm ($timeout);
$SIG{"ALRM"} = sub { next; }; alarm($timeout);