perlform: Revise link
authorKarl Williamson <public@khwilliamson.com>
Tue, 26 Apr 2011 17:08:12 +0000 (11:08 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 18 May 2011 17:15:04 +0000 (11:15 -0600)
The link doesn't have to be to the exact text, can just name the function,
and doing so is clearer.

pod/perlform.pod

index a2aa658..6a4fc48 100644 (file)
@@ -393,7 +393,7 @@ by checking $FORMAT_LINES_LEFT before each write() and print the footer
 yourself if necessary.
 
 Here's another strategy: Open a pipe to yourself, using C<open(MYSELF, "|-")>
-(see L<perlfunc/"open FILEHANDLE">) and always write() to MYSELF instead of STDOUT.
+(see L<perlfunc/open>) and always write() to MYSELF instead of STDOUT.
 Have your child process massage its STDIN to rearrange headers and footers
 however you like.  Not very convenient, but doable.