projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6397ea
)
Typo in =item say
author
Abigail
<abigail@abigail.be>
Sat, 14 Apr 2007 19:22:41 +0000
(21:22 +0200)
committer
H.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
patch
|
blob
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
eb6bd57
..
599017b
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-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