mojave man page for modperl::const

Query: modperl::const

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

install::TempContent::Objects::mod_perl-2.0.9::docs::apiUserdContributeinstall::TempContent::Objects::mod_perl-2.0.9::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.18.2 201install::TempContent::Objects::mod_perl-2.0.9::docs::api::ModPerl::Const(3)
Related Man Pages
modperl::code(3) - suse
modperl::perlrun(3) - mojave
modperl::util(3) - mojave
modperl::util(3) - osx
modperl::perlrun(3pm) - debian
Similar Topics in the Unix Linux Community
Shopt -s histappend
UNIX tool on MacOS that can increase resolution of a file
Cannot extract libraries using sed
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.