[perldocjp-cvs 2010] CVS update: docs/perl/5.14.1

Back to archive index

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


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



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