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 69d32da commit d02ae7dCopy full SHA for d02ae7d
doc/Type/IO/Handle.pod6
@@ -92,24 +92,12 @@ Returns C<Bool::True> if the invocant is a path and accessible.
92
93
Returns C<Bool::True> if the invocant is a path and writable.
94
95
-=head2 method rw
96
-
97
- method rw(--> Bool)
98
99
-Returns C<Bool::True> if the invocant is a path, read and writable.
100
101
=head2 method x
102
103
method x(--> Bool)
104
105
Returns C<Bool::True> if the invocant is a path and executable.
106
107
-=head2 method rwx
108
109
- method rwx(--> Bool)
110
111
-Returns C<Bool::True> if the invocant is a path, executable, read and writable.
112
113
=head2 method lines
114
115
method lines($limit = Inf)
0 commit comments