Help for this page

Select Code to Download


  1. or download this
    sub executeComm {
        my ($outfile, @comm) = @_;
    ...
    print "before\n";
    executeComm($outfile, $program, $ref_file);
    print "after\n";
    
  2. or download this
    executeComm ("program '$ref_file' > '$outfile'");