Help for this page

Select Code to Download


  1. or download this
    sub check_sleep {
      my $cnt = shift;
      while (($cnt-- > 0) && ($quit == 0)) { sleep 1; }
    }