And who says spending time on #perl is a waste of time.  Following nit
found while investigating some particularly nasty code.

Steve Peters
[EMAIL PROTECTED]

--- pod/perlvar.pod.old Sun Aug  7 05:39:09 2005
+++ pod/perlvar.pod     Tue Aug 23 14:48:03 2005
@@ -544,7 +544,7 @@

 =item C<$2> is the same as C<substr($var, $-[2], $+[2] - $-[2])>

-=item C<$3> is the same as C<substr $var, $-[3], $+[3] - $-[3])>
+=item C<$3> is the same as C<substr($var, $-[3], $+[3] - $-[3])>

 =back

Reply via email to