Help for this page

Select Code to Download


  1. or download this
    end
    sleep 10
    ...
    No commands have a syntax error.
    All valid MQSC commands were processed.
    
  2. or download this
    
       foreach my $line (<INPUT>) {
    ...
        my ($queue) = ($line =~ $match_queue);
        my ($rname) = ($line =~ $match_rname);
        my ($qmname) = ($line =~ $match_qmname);