in reply to Pre-compiling constants in mod_perl

What does that mean?

Don't worry about it, its nothing important

But, if you are worried, if you're really interested, look it up,

Apache2::Const, APR::Const

site:perlmonks.org constants

Simple Module Tutorial, constant / perlsub#Constant Functions,Modern Perl

  • Comment on Re: Pre-compiling constants in mod_perl

Replies are listed 'Best First'.
Re^2: Pre-compiling constants in mod_perl
by nitin1704 (Sexton) on Jul 18, 2012 at 01:49 UTC
    Thanks a lot!

    So it just means that the constants are made available to the module, just not imported. So you still have to use them with their full names. E.g. Apache2::Const::OK instead of just OK