We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8feb8de commit 94e045fCopy full SHA for 94e045f
doc/Language/io.pod
@@ -86,9 +86,9 @@ or even simpler with the C<:append> option in the call to C<spurt>:
86
87
spurt "testfile", "more data\n", :append;
88
89
-One can also explicitly write binary data to a file by opening it with the
90
-C<:bin> option. The input/output operations now take place using the C<Buf>
91
-type instead of the C<Str> type.
+To explicitly write binary data to a file, open it with the C<:bin> option.
+The input/output operations then will take place using the C<Buf> type instead
+of the C<Str> type.
92
93
=head1 Checking files and directories
94
0 commit comments