Perl Programming/Keywords/ END

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__