Query: modperl::const
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
libapache2-mod-perl2-2.0.7::docs::api::ModPerl::Const(3pUser Contributed Perl Documentatlibapache2-mod-perl2-2.0.7::docs::api::ModPerl::Const(3pm)NAMEModPerl::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.14.2 2011-02-08 libapache2-mod-perl2-2.0.7::docs::api::ModPerl::Const(3pm)
Related Man Pages |
---|
modperl::code(3) - mojave |
modperl::util(3) - osx |
apache2::mpm(3pm) - debian |
modperl::code(3pm) - debian |
modperl::global(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |