use strict; package Apache::Constants; use base qw(Exporter); our @EXPORT_OK = qw( OK ); 1;