Apache::Language::Constants - Apache::Language constants for use by LanguageHandlers


Apache-Language documentation  | view source Contained in the Apache-Language distribution.

Index


NAME

Top

Apache::Language::Constants - Apache::Language constants for use by LanguageHandlers

SYNOPSIS

Top

  use Apache::Language::Constants;

DESCRIPTION

Top

These are constants LanguageHandlers can use to return status information to Apache::Language. The constants and their respective signification are as follow:

L_OK

Return with this value whenever something correctly ends

L_ERROR

Return with this value whenever something bad has happened. By bad, I mean something that will prevent you to complete the required task and that some form of error should be generated in the logs.

L_DECLINED

return with this value in the initialize routine to indicate you are not interested in being called to answer queries for that package. How you decide this is up to you.

Remember to return undef when a search retrieves nothing and all will be ok.

SEE ALSO

Top

perl(1), Apache(3), Apache::Language(3).

SUPPORT

Top

Please send any questions or comments to the Apache modperl mailing list <modperl@apache.org> or to me at <gozer@ectoplasm.dyndns.com>

AUTHOR

Top

Philippe M. Chiasson <gozer@ectoplasm.dyndns.com>

COPYRIGHT

Top


Apache-Language documentation  | view source Contained in the Apache-Language distribution.