in reply to Getting started with mod_perl

The config fragment you posted looks fine to me. My suspicion is that mod_perl isn't in the httpd that you're running. To verify that mod_perl is compiled into your httpd, do a httpd -l. It will list all the modules compiled into apache. If you do not see mod_perl listed something went wrong with the compile/install.