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 137aa82 commit bff3965Copy full SHA for bff3965
doc/Type/IO.pod6
@@ -230,7 +230,9 @@ written equivalently like so:
230
231
When a file was opened for writing, closing it is important to ensure that all
232
contents are actually written to the file. You may want to consider using a
233
-L<LEAVE|/language/phasers#LEAVE> phaser to guard against exceptions.
+L<LEAVE|/language/phasers#LEAVE> phaser to guard against exceptions in
234
+your code that could prevent your program from reaching the line with
235
+C<$fh.close>.
236
237
=head2 sub slurp
238
0 commit comments