in reply to Re^2: Win32 fork using open3
in thread Win32 fork using open3
and the same for the writing in mind ?my $read_bytes = sysread $hand, $buf, $num_bytes; die "error occured reading from socket : $!\n" unless ($read_bytes && ($read_bytes == $num_bytes));
----
NaSe
:x
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32 fork using open3
by particle (Vicar) on Jun 19, 2002 at 12:45 UTC |