Help for this page

Select Code to Download


  1. or download this
    # Optional, but a good idea with short durations.
    use Time::HiRes qw( sleep time );
    ...
          $duration = $sleep_till - time();
       }
    }