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 60b9227 commit 8d95371Copy full SHA for 8d95371
doc/Type/IO/Handle.pod6
@@ -274,12 +274,12 @@ mode.
274
275
=head2 method path
276
277
-For a handle opened on a file this returns the L<IO::Path|/type/IO::Path> that represents
278
-the file. For the standard I/O handles C<$*IN>, C<$*OUT> and C<$*ERR> it returns a
279
-L<IO::Special|/type/IO::Special> object.
+For a handle opened on a file this returns the L<IO::Path|/type/IO::Path> that
+represents the file. For the standard I/O handles C<$*IN>, C<$*OUT>,
+and C<$*ERR> it returns an L<IO::Special|/type/IO::Special> object.
280
281
=for code :skip-test
282
-$fh.path;
+ say "foo".IO.open.path; # OUTPUT: «"foo".IO»
283
284
=head2 method close
285
0 commit comments