Help for this page

Select Code to Download


  1. or download this
    $problem .= "$site_folder ";
    
  2. or download this
      if ($site_locations eq 'All') {
          @site_array = ();  #clear the array
    ...
                   push @site_array, $site;
          }
       ...