ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
apache_mod_perl-101~38::mod_perl-2.0.l-10~38::mod_-2.0.2::docs::api::ModPerl::Const(3) NAME ModPerl::Const -- ModPerl Constants Synopsis # 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 ...); Description This package contains constants specific to mod_perl features. Refer to "the Apache2::Const description section" for more information. Constants Other Constants "ModPerl::EXIT" since: 2.0.00 See "ModPerl::Util::exit". See Also mod_perl 2.0 documentation. Copyright mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0. Authors The mod_perl development team and numerous contributors. perl v5.8.8 apache_mo0~38::mod_perl-2.0.2::docs::api::ModPerl::Const(3) |
|