I'm curious: why I can't use Apache::Constants outside of mod_perl?

%perl -w
use strict;
use Apache::Constants qw/OK/;
print OK;
Undefined subroutine &Apache::Constants::OK called at - line 2.



Bill Moseley
mailto:[EMAIL PROTECTED]

Reply via email to