Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        clock_nanosleep(CLOCK_REALTIME, $next_s*1e9, TIMER_ABSTIME);
        myfunc();
    }