Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $job->finish(); 
      }
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        $dq->enqueue_string("QueuePid=$$, TestNum=$TestNum", $QNXBuildMeta
    +Data);  
        $TestNum = $TestNum+1;   
    }