| Apache2-Dispatch documentation | view source | Contained in the Apache2-Dispatch distribution. |
Apache::Dispatch::Util - methods for Apache::Dispatch and Apache2::Dispatch
This package provides methods common to Apache::Dispatch and Apache2::Dispatch.
Private lexical array which contains the directives for configuration. Used by the directives() method.
directivesProvides the configuration directives in an array or array reference
$directives = Apache::Dispatch::Util->directives; @directives = Apache::Dispatch::Util->directives;
Apache::Dispatch::Util ( class )The calling class
$directives|@directives ( ARRAY | ARRAY ref )Returns the directives in an array or array reference depending on the context in which it is called.
| Apache2-Dispatch documentation | view source | Contained in the Apache2-Dispatch distribution. |