Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        kill(KILL => $pid);
        waitpid($pid, 0);
    }
    
  2. or download this
    Thu May 14 16:52:40 2015 Started ==> test1.sh
    Thu May 14 16:52:40 2015 Started ==> test2.sh
    ...
    Thu May 14 16:55:08 CDT 2015 I am running test4.sh
    Thu May 14 16:55:18 CDT 2015 I am running test4.sh
    etc.