Help for this page

Select Code to Download


  1. or download this
    while (sleep 2) {
      foreach my $site (@sites) {
    ...
         if (BetweenHoursOf($maintenance_start,$maintenance_stop));
      }
    }
    
  2. or download this
         if (BetweenHoursOf($maintenance_start,$maintenance_stop));