argra****@users*****
argra****@users*****
2011年 2月 7日 (月) 22:38:19 JST
Index: docs/perl/5.6.1/perlop.pod diff -u docs/perl/5.6.1/perlop.pod:1.14 docs/perl/5.6.1/perlop.pod:1.15 --- docs/perl/5.6.1/perlop.pod:1.14 Thu May 22 04:59:30 2008 +++ docs/perl/5.6.1/perlop.pod Mon Feb 7 22:38:19 2011 @@ -1551,16 +1551,18 @@ C にあって Perl に無いものは以下の通りです: -=over 8 - =begin original +=over 8 + =item unary & Address-of operator. (But see the "\" operator for taking a reference.) =end original +=over 8 + =item 単項 & アドレス演算子。 Index: docs/perl/5.6.1/perlvar.pod diff -u docs/perl/5.6.1/perlvar.pod:1.10 docs/perl/5.6.1/perlvar.pod:1.11 --- docs/perl/5.6.1/perlvar.pod:1.10 Thu May 22 04:59:30 2008 +++ docs/perl/5.6.1/perlvar.pod Mon Feb 7 22:38:19 2011 @@ -969,10 +969,10 @@ ある変数 $var でマッチした後、以下のようになります。 -=over 5 - =begin original +=over 5 + =item C<$`> is the same as C<substr($var, 0, $-[0])> =item C<$&> is the same as C<substr($var, $-[0], $+[0] - $-[0])> @@ -987,6 +987,8 @@ =end original +=over 5 + =item C<$`> は C<substr($var, 0, $-[0])> と同じです。 =item C<$&> は C<substr($var, $-[0], $+[0] - $-[0])> と同じです。