Help for this page

Select Code to Download


  1. or download this
    sub uninterruptible_sleep {
       my $sleep_until = time() + $_[0];
    ...
          sleep($time_left);
       }
    }