http://www.perlmonks.org?node_id=685173


in reply to Re^2: Apache won't load when mod_perl enabled
in thread Apache won't load when mod_perl enabled

if a perl module refuses to load, it ought to just disable mod_perl, and not bring down Apache
Actually, it should bring it down, IMHO. It's better to run a fully functional system, than crippled one, and you waste your time finding out what's broken while your apache is running and users are doing their nasty jobs to bring you down. I know I would'n like to work in such an environment.