Douglas Riordan wrote:

from Apache2::Const's perldoc
use Apache2::Const qw(OK);
compiles imports the OK constant.

use Apache2::Const -compile => qw(OK);
only compiles the OK constant in which case i would have to use
return Apache2::Const::OK
I agree with the perldoc.

Whats this coming from then ?

Constant subroutine My::OK redefined at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/ModPerl/Util.pm
line 66.


--
END ---------------------------------------------------------
   What doesn't kill us can only make us stronger.
              Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
    http://www.liquidityservicesinc.com

Reply via email to