[perldocjp-cvs 2009] CVS update: docs/perl/5.18.1

Back to archive index

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


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



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