From: Rafael Garcia-Suarez Date: Mon, 19 Dec 2005 19:18:48 +0000 (+0000) Subject: A note on say() and ORS grabbed from Damian's Perl6::Say. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f406c1e89d3d624d036135f8aa68fde0ba0da2d1;p=p5sagit%2Fp5-mst-13.2.git A note on say() and ORS grabbed from Damian's Perl6::Say. p4raw-id: //depot/perl@26406 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 0a87ece..0cdfa6d 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4699,6 +4699,9 @@ Just like C, but implicitly appends a newline. C is simply an abbreviation for C, and C works just like C. +That means that a call to say() appends any output record separator +I the added newline. + This keyword is only available when the "say" feature is enabled: see L.