The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  use Apache::Language::Constants;

DESCRIPTION

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

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

SUPPORT

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

AUTHOR

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

COPYRIGHT

Copyright (c) 1999 Philippe M. Chiasson. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.