From: Starsinic, Kurt Date: Thu, 10 Apr 2008 12:28:26 +0000 (-0400) Subject: perldata.pod typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1bab44f9bb266cdc3ae43ecfd707928736f199f9;p=p5sagit%2Fp5-mst-13.2.git perldata.pod typo From: "Starsinic, Kurt " Message-ID: <6AF884BDF319934894BE33785C82362706B890BE@MLNYC729MB.amrs.win.ml.com> p4raw-id: //depot/perl@33680 --- diff --git a/pod/perldata.pod b/pod/perldata.pod index 7dcb5a9..4503e9d 100644 --- a/pod/perldata.pod +++ b/pod/perldata.pod @@ -418,7 +418,7 @@ The two control characters ^D and ^Z, and the tokens __END__ and __DATA__ may be used to indicate the logical end of the script before the actual end of file. Any following text is ignored. -Text after __DATA__ but may be read via the filehandle C, +Text after __DATA__ may be read via the filehandle C, where C is the package that was current when the __DATA__ token was encountered. The filehandle is left open pointing to the contents after __DATA__. It is the program's responsibility to