in reply to newbie mod_perl: @INC and Apache::Constants

Correction: This is the code I was testing
use Apache::Constants qw(OK); print OK, "\n";
I still get the same error...