projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61a59f3
)
perldata.pod typo
author
Starsinic, Kurt
<Kurt_Starsinic@ml.com>
Thu, 10 Apr 2008 12:28:26 +0000
(08:28 -0400)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 14 Apr 2008 15:57:37 +0000
(15:57 +0000)
From: "Starsinic, Kurt " <Kurt_Starsinic@ml.com>
Message-ID: <
6AF884BDF319934894BE33785C82362706B890BE
@MLNYC729MB.amrs.win.ml.com>
p4raw-id: //depot/perl@33680
pod/perldata.pod
patch
|
blob
|
history
diff --git
a/pod/perldata.pod
b/pod/perldata.pod
index
7dcb5a9
..
4503e9d
100644
(file)
--- 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