in reply to Re: Pre-compiling constants in mod_perl
in thread Pre-compiling constants in mod_perl

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