diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-08 21:33:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-08 21:33:59 +0000 |
commit | 83ded9ee47521e42aa903a8906202ae2516dedeb (patch) | |
tree | e1cc050756d82f19488ab739ad5f396a57096eb0 /pod/perlfaq4.pod | |
parent | 248c2a4db2b44950ecd8cee3a0e62f31984454b4 (diff) | |
download | perl-83ded9ee47521e42aa903a8906202ae2516dedeb.tar.gz |
FAQ sync.
p4raw-id: //depot/perl@14609
Diffstat (limited to 'pod/perlfaq4.pod')
-rw-r--r-- | pod/perlfaq4.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index 5d3e595f07..3b9cac69a3 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq4 - Data Manipulation ($Revision: 1.13 $, $Date: 2002/01/31 04:27:54 $) +perlfaq4 - Data Manipulation ($Revision: 1.14 $, $Date: 2002/02/08 22:30:23 $) =head1 DESCRIPTION @@ -975,7 +975,7 @@ in the indentation. would deliver us. You are a liar, Saruman, and a corrupter of men's hearts. --Theoden in /usr/src/perl/taint.c FINIS - $quote =~ s/\s*--/\n--/; + $quote =~ s/\s+--/\n--/; A nice general-purpose fixer-upper function for indented here documents follows. It expects to be called with a here document as its argument. |