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 a7f9cb7 commit dd72a82Copy full SHA for dd72a82
doc/Type/IO/Handle.pod6
@@ -32,7 +32,7 @@ cause C<X::IO::BinaryAndEncoding> exception to be thrown.
32
The open mode defaults to non-exclusive, read only (same as specifying
33
C<:r>) and can be controlled by a mix of the following arguments:
34
35
-=begin code :skip-test
+=begin code :skip-test :allow< B R >
36
:r same as specifying :mode<ro>
37
38
:w same as specifying :mode<wo>, :create, :truncate
@@ -53,7 +53,7 @@ to implode, depending on a particular implementation.
53
54
The mode details are:
55
56
-=begin code
+=begin code :allow< B R >
57
:mode<ro> means "read only"
58
:mode<wo> means "write only"
59
:mode<rw> means "read and write"
0 commit comments