Thanks for the quick response! It works with some modifications to your code:
PerlModule ModPerl::Registry
<Files *.pm>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Allow from all
Options +ExecCGI
PerlSendHeader On
</Files>
Evidently, PerlModule is not allowed inside the <Files> container.
Thanks again!
Pete
