Perl Programming/Keywords/ END
Appearance
The __LINE__ keyword
[edit | edit source]__END__ 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] __END__
Previous: __DATA__ | Keywords | Next: __FILE__ |
__END__ is a special token that can be used to indicate the logical end of the script before the actual end of file.
__END__
Previous: __DATA__ | Keywords | Next: __FILE__ |