From: Gurusamy Sarathy Date: Mon, 27 Jan 1997 08:24:25 +0000 (-0500) Subject: 5.003_23: small typo in perlsyn.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b094ceb80288fc9f7c15ae78fc662051510284d;p=p5sagit%2Fp5-mst-13.2.git 5.003_23: small typo in perlsyn.pod private-msgid: <199701270824.DAA01169@aatma.engin.umich.edu> --- diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 8bb557e..77dcc59 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -519,7 +519,7 @@ this, one can control perl's idea of filenames and line numbers in error or warning messages (especially for strings that are processed with eval()). The syntax for this mechanism is the same as for most C preprocessors: it matches the regular expression -C with C<$1> being the line +C with C<$1> being the line number for the next line, and C<$2> being the optional filename (specified within quotes).