Re: Making Event work for Win32
[email protected] (Graham Barr)
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 21, 2000 at 04:10:45PM +0000, Nick Ing-Simmons wrote: > But when Event says "handle is readable" how is perl code going to > do its IO to read it? - right now <$fh> or even sysread($fh,...) > call MS stdio to do that - which will fail if Handles are in async mode. sysread() used the MS stdio layer ? If so then perl is broken. sysread should bypass stdio. Graham.