summaryrefslogtreecommitdiff
path: root/pod/perliol.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-09-21 08:44:52 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-21 08:44:52 +0000
commiteae154c7dcbb63935731f10277d6aa4e40e86a6c (patch)
treea78bf71f4733a7ceec8b3ad36862ade266f4ec40 /pod/perliol.pod
parentf120105df5a639f1ff2bfd3294f7ac263449621f (diff)
downloadperl-eae154c7dcbb63935731f10277d6aa4e40e86a6c.tar.gz
One obvious place to look for PerlIO implementations.
p4raw-id: //depot/perl@21295
Diffstat (limited to 'pod/perliol.pod')
-rw-r--r--pod/perliol.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perliol.pod b/pod/perliol.pod
index 8a41917224..eb6433a97a 100644
--- a/pod/perliol.pod
+++ b/pod/perliol.pod
@@ -736,6 +736,12 @@ look at the existing perlio layer implementations, which include:
=item * C implementations
+The F<perlio.c> and F<perliol.h> in the Perl core implement the
+"unix", "perlio", "stdio", "crlf", "utf8", "byte", "raw", "pending"
+layers, and also the "mmap" and "win32" layers if applicable.
+(The "win32" is currently unfinished and unused, to see what is used
+instead in Win32, see L<PerlIO/"Querying the layers of filehandles"> .)
+
PerlIO::encoding, PerlIO::scalar, PerlIO::via in the Perl core.
PerlIO::gzip and APR::PerlIO (mod_perl 2.0) on CPAN.