Help for this page

Select Code to Download


  1. or download this
    PerlOptions +Parent
    PerlSwitches -I /prog/v060111/web/perllib
    PerlRequire /prog/v060111/web/perllib/startup.pl
    PerlInitHandler Apache::Reload
    PerlSetVar ReloadAll Off
    
  2. or download this
    use Module::Load::Conditional qw(can_load check_install requires);
    if (can_load(modules=> {'mod_perl'=>undef})) {
       # other mod_perl loads omitted for brevity
       can_load(modules=> {'Apache::Reload'=>undef}));
    }