Help for this page

Select Code to Download


  1. or download this
    use Win32::Console qw( CTRL_C_EVENT );
    
    ...
    }
    
    close($fh_from_child);
    
  2. or download this
    use IPC::Open3     qw( open3 );
    use Win32::Console qw( CTRL_C_EVENT );
    ...
    
    close($fh_from_child);
    waitpid($pid, 0);