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 ef2afea commit 574783cCopy full SHA for 574783c
doc/Type/IO.pod6
@@ -280,7 +280,8 @@ exist, or is a directory.
280
281
sub spurt($where, $what,
282
Str :$enc = $*ENC,
283
- Bool :append = False,
+ Bool :$bin = False,
284
+ Bool :$append = False,
285
Bool :$createonly = False,
286
--> Bool ) is export
287
@@ -301,6 +302,10 @@ positional parameter was B<not> an C<IO::Handle>:
301
302
303
The encoding with which the contents will be written.
304
305
+=item :bin
306
+
307
+Open the file in binary mode.
308
309
=item :append
310
311
Boolean indicating whether to append to a (potentially) existing file. If
0 commit comments