[perldocjp-cvs 1054] CVS update: docs/perl/5.12.1

Back to archive index

argra****@users***** argra****@users*****
2011年 2月 7日 (月) 22:38:19 JST


Index: docs/perl/5.12.1/perlvar.pod
diff -u docs/perl/5.12.1/perlvar.pod:1.1 docs/perl/5.12.1/perlvar.pod:1.2
--- docs/perl/5.12.1/perlvar.pod:1.1	Sun May 30 18:40:56 2010
+++ docs/perl/5.12.1/perlvar.pod	Mon Feb  7 22:38:19 2011
@@ -1356,10 +1356,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])>
@@ -1374,6 +1374,8 @@
 
 =end original
 
+=over 5
+
 =item C<$`> は C<substr($var, 0, $-[0])> と同じです。
 
 =item C<$&> は C<substr($var, $-[0], $+[0] - $-[0])> と同じです。



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