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 "ModPerl::EXIT"
26
27 since: 2.0.00
28
29 See "ModPerl::Util::exit".
30
32 mod_perl 2.0 documentation.
33
35 mod_perl 2.0 and its core modules are copyrighted under The Apache
36 Software License, Version 2.0.
37
39 The mod_perl development team and numerous contributors.
40
41
42
43perl v5.32.1 2021-01-26 docs::api::ModPerl::Const(3)