Help for this page

Select Code to Download


  1. or download this
    sub get_remote_file {
          print "Retrieving data file...";
    ...
          }
          @site_data = ();
        }
    
  2. or download this
    foreach $client ( @clients ) {
      my ( %site_data, %office_data );
    ...
      compare_files;
      print "Completed Sentinel check on $client\n";
    }