core module. It is still a useful module, though, and is available
from the CPAN.
-Perl 5.8 does not unfortunately does not build anymore on AmigaOS,
+Perl 5.8 unfortunately does not build anymore on AmigaOS,
this broke at some point accidentally. Since there are not that many
Amiga developers available, we could not get this fixed and tested in
time for 5.8.0.
DISCIPLINE can be either of C<:raw> for binary mode or C<:crlf> for
"text" mode. If the DISCIPLINE is omitted, it defaults to C<:raw>.
Returns true on success, C<undef> on failure. To mark FILEHANDLE as
-UTF-8, use C<:utf8>, and to mark the as bytes, use C<:bytes>.
+UTF-8, use C<:utf8>, and to mark it as bytes, use C<:bytes>.
The C<:raw> are C<:clrf>, and any other directives of the form
C<:...>, are called I/O I<disciplines>. The C<open> pragma can be