You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Bill Moseley <mo...@hank.org> on 2000/10/10 21:15:18 UTC

Apache::Constants non-mod_perl

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:moseley@hank.org