[perldocjp-cvs 584] CVS update: docs/perl/5.10.0

Back to archive index

iwai****@users***** iwai****@users*****
2010年 1月 12日 (火) 17:42:54 JST


Index: docs/perl/5.10.0/perlvar.pod
diff -u docs/perl/5.10.0/perlvar.pod:1.11 docs/perl/5.10.0/perlvar.pod:1.12
--- docs/perl/5.10.0/perlvar.pod:1.11	Fri Dec 12 02:09:03 2008
+++ docs/perl/5.10.0/perlvar.pod	Tue Jan 12 17:42:54 2010
@@ -1324,10 +1324,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])>
@@ -1340,8 +1340,12 @@
 
 =item C<$3> is the same as C<substr($var, $-[3], $+[3] - $-[3])>
 
+=back
+
 =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