This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d9aa5e
)
5.003_23: small typo in perlsyn.pod
author
Gurusamy Sarathy
<gsar@engin.umich.edu>
Mon, 27 Jan 1997 08:24:25 +0000
(
03:24
-0500)
committer
Chip Salzenberg
<chip@atlantic.net>
Wed, 29 Jan 1997 06:11:00 +0000
(18:11 +1200)
private-msgid: <
199701270824
.
DAA01169
@aatma.engin.umich.edu>
pod/perlsyn.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlsyn.pod
b/pod/perlsyn.pod
index
8bb557e
..
77dcc59
100644
(file)
--- 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</^#\s*line\s+(\d+)\s*(?:\s"([^"]
)*
")?/> with C<$1> being the line
+C</^#\s*line\s+(\d+)\s*(?:\s"([^"]
*)
")?/> with C<$1> being the line
number for the next line, and C<$2> being the optional filename
(specified within quotes).