diff options
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 c960a0e227..29004f04d0 100644 --- a/pod/perldata.pod +++ b/pod/perldata.pod @@ -425,7 +425,7 @@ token was encountered. The filehandle is left open pointing to the contents after __DATA__. It is the program's responsibility to C<close DATA> when it is done reading from it. For compatibility with older scripts written before __DATA__ was introduced, __END__ behaves -like __DATA__ in the toplevel script (but not in files loaded with +like __DATA__ in the top level script (but not in files loaded with C<require> or C<do>) and leaves the remaining contents of the file accessible via C<main::DATA>. |