Perl Programming/Keywords/ DATA
The __LINE__ keyword
__DATA__ is a special token that can be used to indicate the logical end of the script before the actual end of file.
Syntax
__DATA__
__DATA__ is a special token that can be used to indicate the logical end of the script before the actual end of file.
__DATA__