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

Back to archive index

iwai****@users***** iwai****@users*****
2010年 1月 12日 (火) 18:06:50 JST


Index: docs/perl/5.10.0/perlvar.pod
diff -u docs/perl/5.10.0/perlvar.pod:1.12 docs/perl/5.10.0/perlvar.pod:1.13
--- docs/perl/5.10.0/perlvar.pod:1.12	Tue Jan 12 17:42:54 2010
+++ docs/perl/5.10.0/perlvar.pod	Tue Jan 12 18:06:50 2010
@@ -1324,10 +1324,10 @@
 
 ある変数 $var でマッチした後、以下のようになります。
 
-=begin original
-
 =over 5
 
+=begin original
+
 =item C<$`> is the same as C<substr($var, 0, $-[0])>
 
 =item C<$&> is the same as C<substr($var, $-[0], $+[0] - $-[0])>
@@ -1340,12 +1340,8 @@
 
 =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