Perl Programming/Keywords/ DATA

Previous: -X Keywords Next: __END__

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__
Previous: -X Keywords Next: __END__
Category:Book:Perl Programming#Keywords/%20DATA%20
Category:Book:Perl Programming