diff options
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index eb6bd57794..599017b3f5 100644 --- 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 |