1docs::api::ModPerl::ConUsste(r3)Contributed Perl Documendtoactsi:o:napi::ModPerl::Const(3)
2
3
4
6 ModPerl::Const -- ModPerl Constants
7
9 # make the constants available but don't import them
10 use ModPerl::Const -compile => qw(constant names ...);
11
12 # w/o the => syntax sugar
13 use ModPerl::Const ("-compile", qw(constant names ...));
14
15 # compile and import the constants
16 use ModPerl::Const qw(constant names ...);
17
19 This package contains constants specific to mod_perl features.
20
21 Refer to "the Apache2::Const description section" for more information.
22
24 Other Constants
25
26 "ModPerl::EXIT"
27
28 since: 2.0.00
29
30 See "ModPerl::Util::exit".
31
33 mod_perl 2.0 documentation.
34
36 mod_perl 2.0 and its core modules are copyrighted under The Apache
37 Software License, Version 2.0.
38
40 The mod_perl development team and numerous contributors.
41
42
43
44perl v5.8.8 2006-11-19 docs::api::ModPerl::Const(3)