Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 26. Input and Output > Standard I/O Layers

26.3. Standard I/O Layers


:bytes

Use 8-bit bytes, as opposed to :utf8.


:crlf

Do CR/LF to newline translation, and vice versa.


:encoding(enc )

Select a specific encoding.


:perlio

Use Perl’s “PerlIO” implementation.


:raw

Use low-level I/O.


:stdio

Use the system’s “standard I/O” implementation.


:unix

Use Unix-style low-level I/O.


:utf8

Use Perl’s internal encoding of Unicode.


:Via(module)

Use the specified module to handle the I/O.


:win32

Use native I/O (Microsoft Windows platforms only).

PerlIO, perlrun (under ENVIRONMENT/PERLIO).


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


  
  • Safari Books Online
  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint