use Apache::Constants qw(:common DIR_MAGIC_TYPE); sub handler { $r = shift; return DECLINED unless $r->content_type eq DIR_MAGIC_TYPE; do_stuff(); }