Skip to content

Commit 9979c17

Browse files
Change to a link to the close routine.
1 parent 83e8783 commit 9979c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-perlfunc.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ only, read-write, and append, you would use C<:w>, C<:rw>, and C<:a>
919919
respectively. There are also options for encoding and how the filehandle
920920
deals with newlines. Details L<here|/routine/open>.
921921
922-
Another important change is that filehandles don't get automatically closed on scope exit. It's necessary to call C<close> explicitly.
922+
Another important change is that filehandles don't get automatically closed on scope exit. It's necessary to call L<close> explicitly.
923923
924924
=head2 opendir
925925

0 commit comments

Comments
 (0)