Previous: oct | Keywords | Next: opendir |
open is the Perl pragma to set the default input/output layers (PerlIO).
use open IN => <info>, OUT => <info2>;
use open IN => ":crlf", OUT => ":bytes";
[…]
use open IO => ":encoding(iso-8859-7)";
Previous: oct | Keywords | Next: opendir |