diff options
author | Starsinic, Kurt <Kurt_Starsinic@ml.com> | 2008-04-10 08:28:26 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-04-14 15:57:37 +0000 |
commit | 1bab44f9bb266cdc3ae43ecfd707928736f199f9 (patch) | |
tree | 8a1e0aab99c178ac5c8678e2e2fb8a55dd5d4418 /pod/perldata.pod | |
parent | 61a59f30bcebf88ce17229ad2276090c32ad7c1f (diff) | |
download | perl-1bab44f9bb266cdc3ae43ecfd707928736f199f9.tar.gz |
perldata.pod typo
From: "Starsinic, Kurt " <Kurt_Starsinic@ml.com>
Message-ID: <6AF884BDF319934894BE33785C82362706B890BE@MLNYC729MB.amrs.win.ml.com>
p4raw-id: //depot/perl@33680
Diffstat (limited to 'pod/perldata.pod')
-rw-r--r-- | pod/perldata.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldata.pod b/pod/perldata.pod index 7dcb5a98db..4503e9d8bd 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<PACKNAME::DATA>, +Text after __DATA__ may be read via the filehandle C<PACKNAME::DATA>, where C<PACKNAME> 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 |