From: Ronald J. Kimball Date: Tue, 27 Nov 2001 13:11:47 +0000 (-0500) Subject: perlvar.pod fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=667e1aeab713159696ce789f49cdca2a48dafdc4;p=p5sagit%2Fp5-mst-13.2.git perlvar.pod fix Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@13325 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index a48d943..0dcb2ac 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -209,7 +209,7 @@ BLOCK). (Mnemonic: like & in some editors.) This variable is read-only and dynamically scoped to the current BLOCK. The use of this variable anywhere in a program imposes a considerable -performance penalty on all regular expression matches. See L. +performance penalty on all regular expression matches. See L. =item $PREMATCH @@ -221,7 +221,7 @@ enclosed by the current BLOCK). (Mnemonic: C<`> often precedes a quoted string.) This variable is read-only. The use of this variable anywhere in a program imposes a considerable -performance penalty on all regular expression matches. See L. +performance penalty on all regular expression matches. See L. =item $POSTMATCH @@ -239,7 +239,7 @@ string.) Example: This variable is read-only and dynamically scoped to the current BLOCK. The use of this variable anywhere in a program imposes a considerable -performance penalty on all regular expression matches. See L. +performance penalty on all regular expression matches. See L. =item $LAST_PAREN_MATCH