| Newsgroups |
perl.cvs.perlfaq |
| Message-ID |
<[email protected]> |
cvsuser 02/06/01 15:31:09
Modified: . perlfaq6.pod
Log:
* rewrapped one paragraph that had a long line.
although this doesn't bother some POD translators, others
just pull out the text and send it along.
thanks to Jeff Thies <[email protected]> who
identified the problem.
Revision Changes Path
1.12 +4 -4 perlfaq/perlfaq6.pod
Index: perlfaq6.pod
===================================================================
RCS file: /cvs/public/perlfaq/perlfaq6.pod,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -r1.11 -r1.12
--- perlfaq6.pod 23 May 2002 15:47:37 -0000 1.11
+++ perlfaq6.pod 1 Jun 2002 22:31:09 -0000 1.12
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq6 - Regular Expressions ($Revision: 1.11 $, $Date: 2002/05/23 15:47:37 $)
+perlfaq6 - Regular Expressions ($Revision: 1.12 $, $Date: 2002/06/01 22:31:09 $)
=head1 DESCRIPTION
@@ -70,9 +70,9 @@
=head2 I'm having trouble matching over more than one line. What's wrong?
-Either you don't have more than one line in the string you're looking at
-(probably), or else you aren't using the correct modifier(s) on your
-pattern (possibly).
+Either you don't have more than one line in the string you're looking
+at (probably), or else you aren't using the correct modifier(s) on
+your pattern (possibly).
There are many ways to get multiline data into a string. If you want
it to happen automatically while reading input, you'll want to set $/