Perl Programming/Keywords/ END

Previous: __DATA__ Keywords Next: __FILE__

The __LINE__ keyword

__END__ is a special token that can be used to indicate the logical end of the script before the actual end of file.

Syntax

 __END__
Previous: __DATA__ Keywords Next: __FILE__
Category:Book:Perl Programming#Keywords/%20END%20
Category:Book:Perl Programming