logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ModPerl::Const -- ModPerl Constants

Authors

The mod_perl development team and numerous contributors. perl v5.40.0 2024-10-20 libapache2-mod-...:ModPerl::Const(3pm)

Constants

OtherConstants"ModPerl::EXIT" since: 2.0.00 See "ModPerl::Util::exit".

Description

This package contains constants specific to mod_perl features. Refer to "the Apache2::Const description section" for more information.

Name

ModPerl::Const -- ModPerl Constants

See Also

mod_perl 2.0 documentation.

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 ...);

See Also