Help for this page

Select Code to Download


  1. or download this
    my $fn = 'C:/Users/katragas/Desktop/apadmin_get_status_log.txt';
    open my $my_file, '<', $fn or die "Cannot open $fn: $!\n";
    ...
    } else {
        print "'Response Queue Size' not found.\n";
    }
    
  2. or download this
    my $fn = 'C:/Users/katragas/Desktop/apadmin_get_status_log.txt';
    open my $my_file, '<', $fn or die "Cannot open $fn: $!\n";
    ...
    }
    print "'Response Queue Size' found $found times\n";
    close $my_file;