[PATCH] remove commas from perlfaq5

[email protected] Fri, 6 Jun 2008 15:46:15 +0200 (CEST)
Newsgroups perl.perlfaq.workers
Message-ID <[email protected]>
--784AE46D1CC047E67D0E63FC394C93B4
Content-Type: text/plain
Content-Transfer-Encoding: 8bit

Hi *,

this is a small patch that removes commas, that are between index
entries. X<> sequences are translated into empty string, so you only
see three commas.

Other entries in perlfaq use space as separator...

Cheers,
Renee

--784AE46D1CC047E67D0E63FC394C93B4
Content-Type: text/plain; name="perlfaq5.commas.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="perlfaq5.commas.patch"

--- perlfaq5.pod.old	2008-06-06 14:57:02.711813400 +0200
+++ perlfaq5.pod.removed_commas	2008-06-06 14:58:43.219075500 +0200
@@ -556,7 +556,7 @@
 See L<perlform/"Accessing Formatting Internals"> for an C<swrite()> function.
 
 =head2 How can I open a filehandle to a string?
-X<string>, X<open>, X<IO::Scalar>, X<filehandle>
+X<string> X<open> X<IO::Scalar> X<filehandle>
 
 (contributed by Peter J. Holzer, [email protected])
 

--784AE46D1CC047E67D0E63FC394C93B4--