RE: Making Event work for Win32
[email protected] ("Moore, Paul")
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <714DFA46B9BBD0119CD000805FC1F53BDC3A56@UKRUX002.rundc.uk.origin-it.com> |
From: Joshua N Pritikin [mailto:[email protected]] > I see no compelling reason to suggest using MS's stdio. If possible, > I'd like to avoid as many compatibility layers as possible and talk > directly to low-level APIs. I'd expect to be *able* to use low-level IO as long as the user has a way to get a HANDLE value (Win32::CreateFile or some such). However, if Event is handed a Perl filehandle, it needs to be able to go filehandle -> PerlIO/stdio handle -> OS handle, so that it can pass it to Event. No problem, both routes are catered for (now that I have Nick's code snippet). Paul.