From: Rafael Garcia-Suarez Date: Fri, 21 Oct 2005 15:06:13 +0000 (+0000) Subject: Rewording of doc change #25812 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a9897716602799978192865b19161f65ea040c1;p=p5sagit%2Fp5-mst-13.2.git Rewording of doc change #25812 p4raw-link: @25812 on //depot/perl: dbb128be9d98f2152d3ce957d4c3c518a9f86260 p4raw-id: //depot/perl@25816 --- diff --git a/pod/perlsub.pod b/pod/perlsub.pod index 9711ca6..5054910 100644 --- a/pod/perlsub.pod +++ b/pod/perlsub.pod @@ -83,9 +83,9 @@ aggregates (arrays and hashes), these will be flattened together into one large indistinguishable list. If no C is found and if the last statement is an expression, its -value is returned. Otherwise, if the last statement is a control structure -like a C, the returned value is unspecified. The empty sub -returns the empty list. +value is returned. If the last statement is a loop control structure +like a C or a C, the returned value is unspecified. The +empty sub returns the empty list. X X X Perl does not have named formal parameters. In practice all you