summaryrefslogtreecommitdiff
path: root/pod/perlopentut.pod
diff options
context:
space:
mode:
authorJuerd Waalboer <#####@juerd.nl>2007-11-17 21:03:00 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-23 10:58:24 +0000
commit740d4bb23b722729f87a23733be98429529fd900 (patch)
tree878b0c5b967bc4472bfe693ee737fb9c2c218019 /pod/perlopentut.pod
parente056e17d86381d9e7aef09f26f070da3695a94b4 (diff)
downloadperl-740d4bb23b722729f87a23733be98429529fd900.tar.gz
[patch] :utf8 updates
Message-ID: <20071117190300.GY10696@c4.convolution.nl> p4raw-id: //depot/perl@32461
Diffstat (limited to 'pod/perlopentut.pod')
-rw-r--r--pod/perlopentut.pod2
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 *