Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print "return value from child is $pid and status was $status\n";
    }
    print "".localtime(),"\n";
    
  2. or download this
    Sat Sep 29 09:04:00 2007
    child is 26171
    Alarm triggered, making system call in 26170
    return value from child is -1 and status was -1
    Sat Sep 29 09:04:02 2007
    
  3. or download this
    
    #include <stdio.h>
    ...
        printf("return value from system %d\n", rt);
    
    }
    
  4. or download this
    in alarm_sig
    unlink failed: No such file or directory
    return value from system 0