Perl Programming/Keywords/ DATA
Appearance
The __LINE__ keyword
[edit | edit source]__DATA__ is a special token that can be used to indicate the logical end of the script before the actual end of file.
Syntax
[edit | edit source] __DATA__
Previous: -X | Keywords | Next: __END__ |
__DATA__ is a special token that can be used to indicate the logical end of the script before the actual end of file.
__DATA__
Previous: -X | Keywords | Next: __END__ |