RE: Making Event work for Win32
[email protected] ("Moore, Paul")
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <714DFA46B9BBD0119CD000805FC1F53BDC3A5B@UKRUX002.rundc.uk.origin-it.com> |
From: Nick Ing-Simmons [mailto:[email protected]] > > > >Just looking in the docs, it's interesting to note that perlapio.pod > >explains all about PerlIO, but nowhere explains how to get a > >PerlIO* from a SV*. I can crib the code from c/unix_io.c for this, > >though. > > Maybe because it is in perlguts.pod ... > > Be careful to get right PerlIO from the GV - it has two for sockets. Not in my copy (5.6.0 RC3)... C:\DATA>egrep "PerlIO|FILE" \Applications\Perl\lib\Pod\perlguts.pod =head2 PerlIO was compiled with. All XSUBs should now use the functions in the PerlIO For a complete description of the PerlIO abstraction, consult L<perlapio>. grepping on all the pods for PerlIO reveals only this and perlapio. Grepping for FILE gets some more hits, but none relevant... Paul.