diff options
Diffstat (limited to 'pod/perlopentut.pod')
-rw-r--r-- | pod/perlopentut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod index cd97fdce6a..18bc369bb4 100644 --- a/pod/perlopentut.pod +++ b/pod/perlopentut.pod @@ -917,7 +917,7 @@ second argument contains something else in addition to the usual C<< '<' >>, C<< '>' >>, C<< '>>' >>, C<< '|' >> and their variants, for example: - open(my $fh, "<:utf8", $fn); + open(my $fh, "<:crlf", $fn); =item * |