Help for this page

Select Code to Download


  1. or download this
    while (1) {
        for my $runCommand (@runArray) {
    ...
    
        sleep 10;
    }
    
  2. or download this
    use constant TIMEOUT => 60;
    
    ...
    
        sleep 10;
    }