Apache Reference: mod_perl, __END__

__END__

Stop Configuration File Parsing
Syntax: __END__
Example: __END__
Since: Apache 1.2

Another convenience directive, __END__ is provided to make the lives of Perl programmers who are using Apache configuration directives easier. It simply stops the processing of the configuration file in the same way that the corresponding Perl language construct marks the end of a Perl script.