http://www.perlmonks.org?node_id=882780


in reply to Re: Does __END__ really mean ignore rest of lines?
in thread Does __END__ really mean ignore rest of lines?

The __END__ special value denotes the logical "end of file" for your program to the Perl interpreter. Everything that follows this special constant is treated as data and may be read via the filehandle.