This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo in =item say
authorAbigail <abigail@abigail.be>
Sat, 14 Apr 2007 19:22:41 +0000 (21:22 +0200)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Sat, 14 Apr 2007 17:38:23 +0000 (17:38 +0000)
Message-ID: <20070414172241.GB3191@abigail.nl>

p4raw-id: //depot/perl@30950

pod/perlfunc.pod

index eb6bd57..599017b 100644 (file)
@@ -4726,7 +4726,7 @@ X<say>
 =item say
 
 Just like C<print>, but implicitly appends a newline.
-C<say LIST> is simply an abbreviation for C<{ local $/ = "\n"; print
+C<say LIST> is simply an abbreviation for C<{ local $\ = "\n"; print
 LIST }>.
 
 This keyword is only available when the "say" feature is