Help for this page

Select Code to Download


  1. or download this
    my $r = eval { Apache->instance };
    if ($@) {
      # mod_perl probably not available
    }
    
  2. or download this
    if (!$ENV{MOD_PERL}) {
      # mod_perl is not available
    }