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 133f3e7 commit abe314fCopy full SHA for abe314f
doc/Type/IO.pod
@@ -264,8 +264,8 @@ contents are actually written to the file.
264
265
Slurps the contents of the entire file into a C<Str> (or C<Buf> if C<:bin>).
266
Accepts C<:bin> and C<:enc> optional named parameters, with the same meaning
267
-as L</open()>. The routine will C<fail> if the file does not exist, or is a
268
-directory.
+as L<open()|/routine/open>. The routine will C<fail> if the file does not
+exist, or is a directory.
269
270
# read entire file as (Unicode) Str
271
my $text_contents = slurp "path/to/file";
0 commit comments