Help for this page

Select Code to Download


  1. or download this
    fstat64(1, . . . st_mode=S_IFIFO . . .) = 0;
    
  2. or download this
    fstat64(1, . . . st_mode=S_IFSOCK . . .) = 0;
    
  3. or download this
    use IPC::Open3;
    use Symbol qw /gensym /;
    ...
    else {
      kill(9,$pid);
    }