diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 03:35:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 03:35:24 +0000 |
commit | 3392b9ec92d57049a2d2a6e9d3cae41fff9ee2de (patch) | |
tree | 3c7a0b4c8ae6a76123ab51bf6eac41e90ba2af28 /pod/perlfaq6.pod | |
parent | 3b85e2730eebef8b98d3805d81785e62eb682f49 (diff) | |
download | perl-3392b9ec92d57049a2d2a6e9d3cae41fff9ee2de.tar.gz |
FAQ sync.
p4raw-id: //depot/perl@17004
Diffstat (limited to 'pod/perlfaq6.pod')
-rw-r--r-- | pod/perlfaq6.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlfaq6.pod b/pod/perlfaq6.pod index 48227bfc0d..4e5ba50ee5 100644 --- a/pod/perlfaq6.pod +++ b/pod/perlfaq6.pod @@ -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 @@ delimiter within the pattern: =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 $/ |