[svn:perlfaq] r11381 - perlfaq/trunk
[email protected] Sat, 7 Jun 2008 02:06:52 -0700 (PDT)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog Date: Sat Jun 7 02:06:50 2008 New Revision: 11381 Modified: perlfaq/trunk/perlfaq5.pod Log: * perlfaq5: removed commas from in between X<> entries. They don't show up in normal output, but the commas do :( Modified: perlfaq/trunk/perlfaq5.pod ============================================================================== --- perlfaq/trunk/perlfaq5.pod (original) +++ perlfaq/trunk/perlfaq5.pod Sat Jun 7 02:06:50 2008 @@ -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])