[perldocjp-cvs 2011] CVS update: docs/perl/5.16.1

Back to archive index

argra****@users***** argra****@users*****
2017年 1月 17日 (火) 02:37:36 JST


Index: docs/perl/5.16.1/perlfunc.pod
diff -u docs/perl/5.16.1/perlfunc.pod:1.8 docs/perl/5.16.1/perlfunc.pod:1.9
--- docs/perl/5.16.1/perlfunc.pod:1.8	Tue Jan 17 02:28:57 2017
+++ docs/perl/5.16.1/perlfunc.pod	Tue Jan 17 02:37:36 2017
@@ -7585,8 +7585,8 @@
 
 =end original
 
-とすると、入力要素の数と異なる返された要素の数を示します。
-要素を省略すると、空リスト () を返します。
+のように、返された要素の数が入力要素の数と異なる場合もあります。
+要素を省略するには、空リスト () を返します。
 これは以下のように書くことでも達成できて
 
     my @squares = map { $_ * $_ } grep { $_ > 5 } @numbers;



perldocjp-cvs メーリングリストの案内
Back to archive index