Skip to content

Commit

Permalink
Remove mention of phaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelschipiura committed Sep 5, 2017
1 parent f4cd255 commit f000fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-perlfunc.pod6
Expand Up @@ -919,7 +919,7 @@ only, read-write, and append, you would use C<:w>, C<:rw>, and C<:a>
respectively. There are also options for encoding and how the filehandle
deals with newlines. Details L<here|/routine/open>.
Another important change is that filehandles don't get automatically closed on scope exit. It's possible to remember to call C<close> at the right time, but the recommended idiom is to write a C<LEAVE> block with the closing intructions right after opening the file.
Another important change is that filehandles don't get automatically closed on scope exit.
=head2 opendir
Expand Down

0 comments on commit f000fe2

Please sign in to comment.