GNU/Linux |
CentOS 5.4 |
|
![]() |
ModPerl::Const(3pm) |
![]() |
ModPerl::Const −− ModPerl Constants
# make the constants available but don’t import them
use ModPerl::Const -compile => qw(constant names ...);
# w/o the => syntax sugar
use ModPerl::Const ("-compile", qw(constant names ...));
# compile and import the constants
use ModPerl::Const qw(constant names ...);
This package contains constants specific to mod_perl features.
Refer to "the Apache2::Const description section" for more information.
Other Constants
"ModPerl::EXIT"
since: 2.0.00
See "ModPerl::Util::exit".
mod_perl 2.0 documentation.
mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0.
The mod_perl development team and numerous contributors.
![]() |
ModPerl::Const(3pm) | ![]() |