diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-16 21:58:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-16 21:58:44 +0000 |
commit | 16537909412fc4f9eac20f6fc9a1b80bddb3cdd5 (patch) | |
tree | dc3c859b5c59c4ce4c1cfa1a54678ee0a99e42a6 /pod/perlrun.pod | |
parent | 6d1f61baa467629dc63cdf5d3370ea9ab0af0705 (diff) | |
download | perl-16537909412fc4f9eac20f6fc9a1b80bddb3cdd5.tar.gz |
Documents for Merijn and lots of XXXs for NI-S :-)
p4raw-id: //depot/perl@15957
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 9bbb8d9386..082a38ebe0 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -853,6 +853,48 @@ was running setuid or setgid, or the B<-T> switch was used), this variable is ignored. If PERL5OPT begins with B<-T>, tainting will be enabled, and any subsequent options ignored. +=item PERLIO + +A space-separated list of PerlIO layers. + +=over 8 + +=item :bytes + +XXX + +=item :crlf + +XXX + +=item mmap + +XXX + +=item perlio + +XXX + +=item raw + +XXX + +=item stdio + +XXX + +=item unix + +XXX + +=item :utf8 + +XXX + +=back + +For example, XXX ... for Unicode XXXX ... for Win32 XXX + =item PERLLIB A colon-separated list of directories in which to look for Perl library |