Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    open(FILE,'run_tool -f "test.tcl" 2>&1; echo Status code: $?|');
    
  3. or download this
    exit 1 if ($_ =~ /^Status code: [^0]/)