From 428594d9a91205507a48ff403c563df811057c3b Mon Sep 17 00:00:00 2001 From: Ian Phillipps Date: Tue, 27 Jul 1999 11:46:29 +0100 Subject: [PATCH] perlre clarification. To: Perl 5 Porters Subject: [PATCH 5.00557] Add definite article to perlre.pod Message-ID: <19990727104629.A10074@homer.diplex.co.uk> p4raw-id: //depot/cfgperl@3807 --- pod/perlre.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlre.pod b/pod/perlre.pod index 470c593..6c05efc 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -570,7 +570,7 @@ at run time, at the moment this subexpression may match. The result of evaluation is considered as a regular expression and matched as if it were inserted instead of this construct. -C is not interpolated. As before, the rules to determine +The C is not interpolated. As before, the rules to determine where the C ends are currently somewhat convoluted. The following pattern matches a parenthesized group: -- 1.8.3.1