develooper Front page | perl.perl5.porters | Postings from April 2007

Re: [PATCH pod/perlfunc.pod] Typo in =item say

Thread Previous
From:
H.Merijn Brand
Date:
April 14, 2007 10:39
Subject:
Re: [PATCH pod/perlfunc.pod] Typo in =item say
Message ID:
20070414193756.72e3945f@pc09
On Sat, 14 Apr 2007 19:22:41 +0200, Abigail <abigail@abigail.be> wrote:

> 
> Audrey pointed out a typo, and since she didn't have the time to
> write a patch, I decided to write one.

Thanks to both, applied as change #30950

> Abigail
> 
> 
> --- pod/perlfunc.pod.orig	2007-04-14 19:15:42.000000000 +0200
> +++ pod/perlfunc.pod	2007-04-14 19:18:16.000000000 +0200
> @@ -4726,7 +4726,7 @@
>  =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


-- 
H.Merijn Brand         Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.9.x   on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.0 & 10.2, AIX 4.3 & 5.2, and Cygwin. http://qa.perl.org
http://mirrors.develooper.com/hpux/            http://www.test-smoke.org
                        http://www.goldmark.org/jeff/stupid-disclaimers/

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About