Help for this page

Select Code to Download


  1. or download this
    use threads;
    use Socket     qw( AF_UNIX SOCK_STREAM PF_UNSPEC );
    ...
    
        close($stdin_w); # Close this threads's copy.
    }
    
  2. or download this
    use IO::Select qw( );
    
    ...
    }
    
    print "$stdin_buf\n" if length($stdin_buf);