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.
IO::Path.x
1 parent 3573f9b commit 40837a1Copy full SHA for 40837a1
doc/Type/IO/Path.pod6
@@ -711,6 +711,11 @@ Returns C<True> if the invocant is a path that exists and is executable.
711
The method will L«C<fail>|/routine/fail» with C<X::IO::DoesNotExist> if the
712
path points to a non-existent filesystem entity.
713
714
+B<NOTE:> If the file is a script (an executable text file and not a native executable),
715
+and the file has I<only> executable permissions and I<no> read permissions,
716
+this method will return C<True> but trying to execute will fail. That is a
717
+limitation of the operating system.
718
+
719
=head2 method rwx
720
721
Defined as:
0 commit comments