Help for this page
sub uninterruptible_sleep { my $sleep_until = time() + $_[0]; ... sleep($time_left); } }