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