Lines Matching full:unix
95 present; for example C<:perlio> will insert C<:unix> below itself for low
109 =item :unix
112 UNIX/POSIX numeric file descriptor calls
114 It is used even on non-Unix architectures, and most other layers operate on
131 C<:perlio> will insert a C<:unix> layer below itself to do low level IO.
200 want UNIX line endings on a platform that normally does CRLF translation,
296 To get an unbuffered stream specify an unbuffered layer (e.g. C<:unix>)
299 open(my $fh,"<:unix",$path) or die "open failed: $!";
306 :unix:crlf
315 :unix:perlio
331 The following table summarizes the default layers on UNIX-like and
334 PERLIO UNIX-like DOS-like
336 unset / "" :unix:perlio / :stdio [1] :unix:crlf
338 :perlio :unix:perlio :unix:perlio
341 # on the stdio implementation) and in Perl 5.8, else ":unix:perlio"